Skip to content

Commit 18803ea

Browse files
authored
Merge pull request #41 from taj54/version/v0.12.0
chore(release): bump version to v0.12.0
2 parents 59960b1 + 269b460 commit 18803ea

3 files changed

Lines changed: 12 additions & 3 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

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.11.0
2+
* universal-version-bump v0.12.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 Sat, 30 Aug 2025 08:02:49 GMT
9+
* Generated on Sat, 30 Aug 2025 10:22:33 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.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": {

0 commit comments

Comments
 (0)