Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Aug 18, 2022
1 parent 3d5e02e commit 5f08203
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5f08203

Please sign in to comment.