Skip to content

Commit df9982f

Browse files
authored
Merge pull request #14 from taj54/release/v0.9.0
Release: v0.9.0
2 parents 1f119a2 + 6b9a6fe commit df9982f

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## v0.9.0 2025 08 25
8+
9+
### Added
10+
11+
- Implemented automatic release branch and pull request generation for version bumps.
12+
- Sourcemap and `index.js` are now included in the `dist` folder.
13+
14+
### Changed
15+
16+
- The `phpUpdater` regex has been updated to better handle version replacements.
17+
- The regex for content replacement in the manifest update has been improved.
18+
- The build process has been enhanced with source maps, license generation, and minor documentation formatting.
19+
- `README.md`, `DEVELOPER.md`, and `CHANGELOG.md` have been updated with action inputs.
20+
21+
### Fixed
22+
23+
- Improved version handling and regex replacements in updaters.
24+
725
## v0.8.10 2025 08 25
826

927
### Changed
@@ -292,4 +310,4 @@ All notable changes for each version of the Ambient Music extension.
292310
- CI: Keep the versions up-to-date.
293311
- Updated.
294312
- Build: Update build script.
295-
- Updated readme.
313+
- Updated readme.

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* universal-version-bump v0.8.11
2+
* universal-version-bump v0.9.0
33
* Universal Version Bump
44
*
55
* Description: A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)
66
* Author: Taj <[email protected]>
77
* Homepage: https://github.com/taj54/universal-version-bump#readme
88
* License: MIT
9-
* Generated on Mon, 25 Aug 2025 10:45:10 GMT
9+
* Generated on Mon, 25 Aug 2025 10:58:18 GMT
1010
*/
1111
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1212
/******/ var __webpack_modules__ = ({

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.8.11",
4+
"version": "0.9.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)