Skip to content

Commit f79d1ec

Browse files
committed
chore(release): 2.0.0
1 parent 5d52221 commit f79d1ec

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/metcoder95/cloud-pine/compare/v1.0.0...v2.0.0) (2023-05-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for Node v14
11+
12+
### Features
13+
14+
* drop support for Node v14 ([755acc8](https://github.com/metcoder95/cloud-pine/commit/755acc897291a0f49af152202060cfb0f7cba3f3))
15+
* Make log.meta optional ([#16](https://github.com/metcoder95/cloud-pine/issues/16)) ([59b038d](https://github.com/metcoder95/cloud-pine/commit/59b038d11032eac39f8bc060a09f09c8cf6471f5))
16+
17+
18+
### Bug Fixes
19+
20+
* add check if msg and meta properties are deleted and give priority to log.meta in meta object ([#14](https://github.com/metcoder95/cloud-pine/issues/14)) ([cd98cbc](https://github.com/metcoder95/cloud-pine/commit/cd98cbc3736d064d91ef3678766e273cf0e199b9))
21+
* change directory for test:unit command ([#12](https://github.com/metcoder95/cloud-pine/issues/12)) ([441f110](https://github.com/metcoder95/cloud-pine/commit/441f110dc0d29bfb9127b67464e3a8db64ce0d79))
22+
523
## [1.0.0](https://github.com/metcoder95/cloud-pine/compare/v1.0.0-alpha.0...v1.0.0) (2022-08-23)
624

725
## 1.0.0-alpha.0 (2022-08-18)

Diff for: package.json

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

0 commit comments

Comments
 (0)