Skip to content

Commit 3a73482

Browse files
chore(release): bump version to v0.12.0
1 parent 59960b1 commit 3a73482

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.12.0 2025-08-30
8+
9+
### Changed
10+
11+
- Merge pull request #40 from nyaomaru/chore/update-node-version
12+
- update action runtime to node20
13+
- v0.11.0
14+
- Merge pull request #39 from taj54/version/v0.11.0
15+
716
## v0.11.0 2025-08-30
817

918
### 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.11.0",
4+
"version": "0.12.0",
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)