Skip to content

Commit f640e80

Browse files
chore(release): bump version to v0.10.2
1 parent c56ded0 commit f640e80

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.10.2 2025-08-27
8+
9+
### Added
10+
11+
- Improved updater loading mechanism
12+
13+
### Changed
14+
15+
- restructure service initialization
16+
- Merge pull request #23 from taj54/version/v0.10.1
17+
- bump version to v0.10.1
18+
- simplify updater loading
19+
- improve UpdaterRegistry
20+
- replace fs with fileHandler
21+
722
## v0.10.1 2025-08-27
823

924
### 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.1",
4+
"version": "0.10.2",
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)