Skip to content

Commit ec203e2

Browse files
authored
Merge pull request #22 from taj54/version/v0.10.0
chore(release): bump version to v0.10.0
2 parents 92b89d7 + 45d0af2 commit ec203e2

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

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

945
### 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.4",
4+
"version": "0.10.0",
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)