From 5f082032515fb9cea0cac0d8b751ef3bed783743 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Thu, 18 Aug 2022 22:44:22 +0200 Subject: [PATCH] chore(release): 1.0.0-alpha.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3b635c5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0-alpha.0 (2022-08-18) + + +### Features + +* add CLI support ([#7](https://github.com/metcoder95/cloud-pine/issues/7)) ([70f208d](https://github.com/metcoder95/cloud-pine/commit/70f208d7ef0ba3eeb07983fbeb670a5b47ecd405)) +* initial commit ([#1](https://github.com/metcoder95/cloud-pine/issues/1)) ([84711ee](https://github.com/metcoder95/cloud-pine/commit/84711ee5be48c3b2647e0f503bcc54eafe11668f)) +* sync support ([#5](https://github.com/metcoder95/cloud-pine/issues/5)) ([85ec4d6](https://github.com/metcoder95/cloud-pine/commit/85ec4d63d2cd2f8f8b9d9eb357ec385844a31505)) + + +### Bug Fixes + +* typo on file ([31fe326](https://github.com/metcoder95/cloud-pine/commit/31fe3263e5062ddf006110eb8e46464b41cc7740)) diff --git a/package.json b/package.json index c32e5f8..71882ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-pine", - "version": "0.0.0", + "version": "1.0.0-alpha.0", "description": "Pino Transport abstraction for Google Cloud Logging.", "main": "index.js", "bin": {