Skip to content

Commit f8d835c

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-01-23) ### Features * add semantic release ([bb600da](bb600da)) * initial version of google-cloud-sql CLI app ([f7cd542](f7cd542))
1 parent bb600da commit f8d835c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0 (2022-01-23)
2+
3+
4+
### Features
5+
6+
* add semantic release ([bb600da](https://github.com/edosrecki/google-cloud-sql-cli/commit/bb600da2862e52ebdca924febf0955bdfb9afffc))
7+
* initial version of google-cloud-sql CLI app ([f7cd542](https://github.com/edosrecki/google-cloud-sql-cli/commit/f7cd542446cd856f7deb7f7d3fba96c371cc6989))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "google-cloud-sql",
4-
"version": "0.0.0-dev",
4+
"version": "1.0.0",
55
"description": "Connect to private Google Cloud SQL instance through Cloud SQL Auth Proxy running in Kubernetes.",
66
"license": "UNLICENSED",
77
"author": "Dinko Osrecki <dinko.osrecki@emarsys.com>",

0 commit comments

Comments
 (0)