Skip to content

Commit a885fc5

Browse files
committed
chore(release): bump version to v0.9.2
- Updated version number in package.json - Updated version number in dist/index.js - Updated workflow to use local action
1 parent 4e647bc commit a885fc5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Universal Version Bump
30-
uses: taj54/[email protected]
30+
uses: .
3131
with:
3232
release_type: ${{ inputs.release_type }}
3333
git_tag: false

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.9.1
2+
* universal-version-bump v0.9.2
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 Tue, 26 Aug 2025 10:10:42 GMT
9+
* Generated on Tue, 26 Aug 2025 10:43:40 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
@@ -53,4 +53,4 @@
5353
"vitest": "^3.2.4",
5454
"yaml": "^2.8.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)