Skip to content

Commit ffdf7cd

Browse files
chore(release): bump version to v0.9.4
1 parent e73321d commit ffdf7cd

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes for each version of the Ambient Music extension.
44

55
---
66

7+
## v0.9.4 2025-08-26
8+
9+
### Added
10+
11+
- add changelog generation
12+
- version bumpupdated this taj54/[email protected]
13+
14+
### Changed
15+
16+
- add changelog for version bumps
17+
- Merge pull request #18 from taj54/version/v0.9.3
18+
- bump version to v0.9.3
19+
- fix path to reusable workflow
20+
- bump version to v0.9.2
21+
- Merge pull request #17 from taj54/version/v0.9.2
22+
- bump version to v0.9.2
23+
- Merge pull request #16 from taj54/develop-changelog-add-process
24+
- update changelog and readme
25+
- update CHANGELOG.md
26+
- add unit tests for updaters
27+
- update vitest and dependencies
28+
- improve README with enhanced structure and details
29+
- Merge pull request #15 from taj54/version/v0.9.1
30+
- Update CHANGELOG.md for v0.9.1
31+
- bump version to v0.9.1
32+
33+
### Fixed
34+
35+
- improve changelog update logic
36+
- prevent duplicate changelog entries
37+
- improve error handling in updater tests
38+
739
## v0.9.3 2025-08-26
840

941
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "universal-version-bump",
33
"displayName": "Universal Version Bump",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"description": "A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)",
66
"main": "dist/index.js",
77
"scripts": {
@@ -53,4 +53,4 @@
5353
"vitest": "^3.2.4",
5454
"yaml": "^2.8.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)