Skip to content

Commit f8b4153

Browse files
authored
Merge pull request #49 from taj54/version-bump/v0.13.2
chore(release): bump version to v0.13.2
2 parents 1017538 + 5904970 commit f8b4153

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.13.2 2025-09-02
8+
9+
### Added
10+
11+
- improve custom platform support
12+
- add custom version updater service
13+
14+
### Changed
15+
16+
- Merge pull request #48 from taj54/version-bump/v0.13.1
17+
- bump version to v0.13.1
18+
- //github.com/taj54/universal-version-bump
19+
20+
### Fixed
21+
22+
- handle json and other file types
23+
- handle invalid bump targets
24+
- improve version regex
25+
726
## v0.13.1 2025-09-02
827

928
### Added

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.13.1",
4+
"version": "0.13.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": {

0 commit comments

Comments
 (0)