Skip to content

Commit d2d16dc

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2026-01-11) * chore!: move to ESM, pnpm ([0c96f8f](0c96f8f)) ### BREAKING CHANGES * Not a breaking change, source in ESM, but still compiles to CJS. However, releasing as major version due to potential for failures because of a new build process.
1 parent a3ba537 commit d2d16dc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/edosrecki/google-cloud-sql-cli/compare/v2.0.0...v3.0.0) (2026-01-11)
2+
3+
4+
* chore!: move to ESM, pnpm ([0c96f8f](https://github.com/edosrecki/google-cloud-sql-cli/commit/0c96f8f988bbd438815df76ee744b9b1e8c518c1))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Not a breaking change, source in ESM, but
10+
still compiles to CJS. However, releasing as major version
11+
due to potential for failures because of a new build process.
12+
113
# [2.0.0](https://github.com/edosrecki/google-cloud-sql-cli/compare/v1.10.0...v2.0.0) (2026-01-10)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-cloud-sql",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Connect to private Google Cloud SQL/AlloyDB instance through Cloud SQL/AlloyDB Auth Proxy running in GKE cluster.",
55
"type": "module",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)