Skip to content

Commit 1017538

Browse files
authored
Merge pull request #48 from taj54/version-bump/v0.13.1
chore(release): bump version to v0.13.1
2 parents 8f95df0 + 532cafd commit 1017538

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.13.1 2025-09-02
8+
9+
### Added
10+
11+
- improve custom platform support
12+
- add custom version updater service
13+
14+
### Changed
15+
16+
- //github.com/taj54/universal-version-bump
17+
18+
### Fixed
19+
20+
- handle json and other file types
21+
- handle invalid bump targets
22+
- improve version regex
23+
724
## v0.13.0 2025-09-01
825

926
### 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.13.0",
4+
"version": "0.13.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": {
@@ -53,4 +53,4 @@
5353
"vitest": "^3.2.4",
5454
"yaml": "^2.8.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)