Skip to content

Commit 28fa74b

Browse files
chore(release): bump version to v0.9.3
1 parent 5ec4f78 commit 28fa74b

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
@@ -1,3 +1,30 @@
1+
## v0.9.3 2025-08-26
2+
3+
### Added
4+
5+
- add changelog generation
6+
- version bumpupdated this taj54/[email protected]
7+
8+
### Changed
9+
10+
- fix path to reusable workflow
11+
- bump version to v0.9.2
12+
- Merge pull request #17 from taj54/version/v0.9.2
13+
- bump version to v0.9.2
14+
- Merge pull request #16 from taj54/develop-changelog-add-process
15+
- update changelog and readme
16+
- update CHANGELOG.md
17+
- add unit tests for updaters
18+
- update vitest and dependencies
19+
- improve README with enhanced structure and details
20+
- Merge pull request #15 from taj54/version/v0.9.1
21+
- Update CHANGELOG.md for v0.9.1
22+
- bump version to v0.9.1
23+
24+
### Fixed
25+
26+
- improve error handling in updater tests
27+
128
# 📦 Changelog for Universal Version Bump
229

330
All notable changes for each version of the Ambient Music extension.

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