Skip to content

Commit 1654a40

Browse files
chore(release): bump version to 0.4.6 and update changelog
1 parent a1ad6d3 commit 1654a40

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Changelog
44

5+
## [0.4.6] - 2025-12-21
6+
7+
### Changed
8+
9+
- new release with minimal changes
10+
- rename setup scripts for consistency in package.json
11+
- enhance documentation generation and update changelog entry creation
12+
513
## [0.4.5] - 2025-12-21
614

715
### Added
@@ -72,3 +80,4 @@
7280
- **Build**: Resolved duplicate exports in service module.
7381
- **Types**: Fixed TypeScript errors in self-heal and service commands.
7482
- **Linting**: Corrected Markdown formatting issues.
83+

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,6 +1,6 @@
11
{
22
"name": "cloudsqlctl",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Windows-native CLI tool that installs, updates, and manages Google Cloud SQL Auth Proxy via gcloud CLI.",
55
"main": "dist/cli.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)