Skip to content

Commit b100a10

Browse files
committed
chore: release v0.1.2
1 parent 4075177 commit b100a10

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
## v0.1.1...main
3+
4+
[compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.1...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([8af43f5](https://github.com/stacksjs/bumpx/commit/8af43f5))
9+
- Wip ([22648be](https://github.com/stacksjs/bumpx/commit/22648be))
10+
- Wip ([99ae854](https://github.com/stacksjs/bumpx/commit/99ae854))
11+
- Wip ([b594d93](https://github.com/stacksjs/bumpx/commit/b594d93))
12+
- Bump version to 0.1.2 ([b29e065](https://github.com/stacksjs/bumpx/commit/b29e065))
13+
- Bump version to 0.1.3 ([396795f](https://github.com/stacksjs/bumpx/commit/396795f))
14+
- Bump version to 0.1.4 ([0a3b244](https://github.com/stacksjs/bumpx/commit/0a3b244))
15+
- Fix prompt command ([c77e96c](https://github.com/stacksjs/bumpx/commit/c77e96c))
16+
17+
### ❤️ Contributors
18+
19+
- Adelino Ngomacha <[email protected]>
20+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
21+
222
## v0.1.0...main
323

424
[compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.0...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/bumpx",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"description": "Like Homebrew, but faster.",
77
"author": "Chris Breuer <[email protected]>",

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bumpx-action",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "GitHub Action for bumpx version bumping tool.",
55
"author": "Stacks.js <[email protected]>",
66
"license": "MIT",

packages/bumpx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/bumpx",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)