Skip to content

Commit 5f08203

Browse files
committed
chore(release): 1.0.0-alpha.0
1 parent 3d5e02e commit 5f08203

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.0.0-alpha.0 (2022-08-18)
6+
7+
8+
### Features
9+
10+
* add CLI support ([#7](https://github.com/metcoder95/cloud-pine/issues/7)) ([70f208d](https://github.com/metcoder95/cloud-pine/commit/70f208d7ef0ba3eeb07983fbeb670a5b47ecd405))
11+
* initial commit ([#1](https://github.com/metcoder95/cloud-pine/issues/1)) ([84711ee](https://github.com/metcoder95/cloud-pine/commit/84711ee5be48c3b2647e0f503bcc54eafe11668f))
12+
* sync support ([#5](https://github.com/metcoder95/cloud-pine/issues/5)) ([85ec4d6](https://github.com/metcoder95/cloud-pine/commit/85ec4d63d2cd2f8f8b9d9eb357ec385844a31505))
13+
14+
15+
### Bug Fixes
16+
17+
* typo on file ([31fe326](https://github.com/metcoder95/cloud-pine/commit/31fe3263e5062ddf006110eb8e46464b41cc7740))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-pine",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "Pino Transport abstraction for Google Cloud Logging.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)