Skip to content

Commit aef8a6c

Browse files
chore(release): bump version to v0.13.0
1 parent bdd33a2 commit aef8a6c

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.13.0 2025-09-01
8+
9+
### Added
10+
11+
- add bump_targets logging
12+
13+
### Changed
14+
15+
- improve regex for version
16+
- improve regex for version
17+
- update build timestamp
18+
- improve version bump workflow
19+
- update build timestamp
20+
- add version bump workflow
21+
- fix(tests): adjust updateVersion call
22+
- increase number of updaters in test
23+
- change default git tag value to false
24+
- remove unnecessary echo command
25+
- reduce bundle size
26+
- update build process and dependencies
27+
- rename release branch prefix
28+
- Merge pull request #41 from taj54/version/v0.12.0
29+
- v0.12.0
30+
31+
### Fixed
32+
33+
- improve regex for version
34+
- use safeParseJSON for bump_targets
35+
- correct bump_targets parsing
36+
- handle case with no tags
37+
738
## v0.12.0 2025-08-30
839

940
### Changed

package.json

Lines changed: 1 addition & 1 deletion
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.12.2",
4+
"version": "0.13.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": {

0 commit comments

Comments
 (0)