Skip to content

Commit 9bca7ed

Browse files
authored
Merge pull request #36 from taj54/version/v0.10.4
chore(release): bump version to v0.10.4
2 parents 83fdac8 + 9fbe8f6 commit 9bca7ed

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.10.4 2025-08-29
8+
9+
### Added
10+
11+
- add custom platform support
12+
- add custom version bump targets
13+
- Improved updater loading mechanism
14+
15+
### Changed
16+
17+
- Merge pull request #35 from taj54/feature/multi-file-version-update
18+
- remove custom bump targets
19+
- add safe JSON parsing util
20+
- remove trailing whitespace
21+
- improve tag creation and release process
22+
- update release workflow
23+
- change release trigger to 'published'
24+
- Merge pull request #24 from taj54/version/v0.10.2
25+
- update CHANGELOG.md
26+
- bump version to v0.10.2
27+
- restructure service initialization
28+
- Merge pull request #23 from taj54/version/v0.10.1
29+
- bump version to v0.10.1
30+
- simplify updater loading
31+
- improve UpdaterRegistry
32+
- replace fs with fileHandler
33+
734
## v0.10.2 2025-08-27
835

936
### Changed

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.3",
4+
"version": "0.10.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)