Skip to content

Commit 1f4b512

Browse files
authored
Merge pull request #38 from taj54/version/v0.10.5
chore(release): bump version to v0.10.5
2 parents f5766c6 + b9dc199 commit 1f4b512

2 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.10.5 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+
- update build timestamp
19+
- improve type safety in customUpdater test
20+
- remove unnecessary bump_targets
21+
- add target_platform to version-bump workflow
22+
- add unit tests for CustomUpdater
23+
- configure bump-targets in version-bump workflow
24+
- remove ChangelogFileNotFoundError
25+
- Merge pull request #36 from taj54/version/v0.10.4
26+
- bump version to v0.10.4
27+
- Merge pull request #35 from taj54/feature/multi-file-version-update
28+
- remove custom bump targets
29+
- add safe JSON parsing util
30+
- remove trailing whitespace
31+
- improve tag creation and release process
32+
- update release workflow
33+
- change release trigger to 'published'
34+
- Merge pull request #24 from taj54/version/v0.10.2
35+
- update CHANGELOG.md
36+
- bump version to v0.10.2
37+
- restructure service initialization
38+
- Merge pull request #23 from taj54/version/v0.10.1
39+
- bump version to v0.10.1
40+
- simplify updater loading
41+
- improve UpdaterRegistry
42+
- replace fs with fileHandler
43+
44+
### Fixed
45+
46+
- handle changelog file absence
47+
- handle changelog file not found
48+
749
## v0.10.4 2025-08-29
850

951
### 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.10.4",
4+
"version": "0.10.5",
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)