Skip to content

Commit 82fd049

Browse files
chore(release): bump version to v0.11.0
1 parent 1f4b512 commit 82fd049

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.11.0 2025-08-30
8+
9+
### Added
10+
11+
- add unit tests
12+
- add custom platform support
13+
- add custom version bump targets
14+
- Improved updater loading mechanism
15+
16+
### Changed
17+
18+
- Merge pull request #38 from taj54/version/v0.10.5
19+
- bump version to v0.10.5
20+
- update build timestamp
21+
- improve type safety in customUpdater test
22+
- remove unnecessary bump_targets
23+
- add target_platform to version-bump workflow
24+
- add unit tests for CustomUpdater
25+
- configure bump-targets in version-bump workflow
26+
- remove ChangelogFileNotFoundError
27+
- Merge pull request #36 from taj54/version/v0.10.4
28+
- bump version to v0.10.4
29+
- Merge pull request #35 from taj54/feature/multi-file-version-update
30+
- remove custom bump targets
31+
- add safe JSON parsing util
32+
- remove trailing whitespace
33+
- improve tag creation and release process
34+
- update release workflow
35+
- change release trigger to 'published'
36+
- Merge pull request #24 from taj54/version/v0.10.2
37+
- update CHANGELOG.md
38+
- bump version to v0.10.2
39+
- restructure service initialization
40+
- Merge pull request #23 from taj54/version/v0.10.1
41+
- bump version to v0.10.1
42+
- simplify updater loading
43+
- improve UpdaterRegistry
44+
- replace fs with fileHandler
45+
46+
### Fixed
47+
48+
- handle changelog file absence
49+
- handle changelog file not found
50+
751
## v0.10.5 2025-08-30
852

953
### Added

package.json

Lines changed: 1 addition & 1 deletion
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.10.5",
4+
"version": "0.11.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": {

0 commit comments

Comments
 (0)