Skip to content

Commit 8e2c516

Browse files
authored
Merge pull request #15 from taj54/version/v0.9.1
chore(release): bump version to v0.9.1
2 parents 58202ab + b8db138 commit 8e2c516

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.9.1 2025 08 25
8+
9+
### Changed
10+
11+
- Bumped version to v0.9.1.
12+
713
## v0.9.0 2025 08 25
814

915
### Added
@@ -310,4 +316,4 @@ All notable changes for each version of the Ambient Music extension.
310316
- CI: Keep the versions up-to-date.
311317
- Updated.
312318
- Build: Update build script.
313-
- Updated readme.
319+
- Updated readme.

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.0",
4+
"version": "0.9.1",
55
"description": "A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)",
66
"main": "dist/index.js",
77
"scripts": {
@@ -52,4 +52,4 @@
5252
"vitest": "^3.2.4",
5353
"yaml": "^2.8.1"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)