Skip to content

Commit 52bb75c

Browse files
committed
chore(release): 3.0.0
1 parent 9404713 commit 52bb75c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/metcoder95/cloud-pine/compare/v2.0.1...v3.0.0) (2025-07-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for node v18 (#77)
11+
12+
### Features
13+
14+
* drop support for node v18 ([#77](https://github.com/metcoder95/cloud-pine/issues/77)) ([9404713](https://github.com/metcoder95/cloud-pine/commit/9404713988626a339b51528c4f24946420fab9d6))
15+
516
### [2.0.1](https://github.com/metcoder95/cloud-pine/compare/v2.0.0...v2.0.1) (2024-01-26)
617

718
## [2.0.0](https://github.com/metcoder95/cloud-pine/compare/v1.0.0...v2.0.0) (2023-05-18)

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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Pino Transport abstraction for Google Cloud Logging.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)