Skip to content

Commit ebdf0ac

Browse files
committed
chore: release v0.2.4
1 parent e25538e commit ebdf0ac

File tree

10 files changed

+20
-9
lines changed

10 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.2.3...v0.2.4)
3+
4+
### 🧹 Chores
5+
6+
- release v0.2.4 ([da03db6](https://github.com/stacksjs/bumpx/commit/da03db6)) _(by Chris <chrisbreuer93@gmail.com>)_
7+
- wip ([e25538e](https://github.com/stacksjs/bumpx/commit/e25538e)) _(by Chris <chrisbreuer93@gmail.com>)_
8+
9+
### Contributors
10+
11+
- _Chris <chrisbreuer93@gmail.com>_
12+
213
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.2.2...v0.2.3)
314

415
### 🚀 Features

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.2.3",
4+
"version": "0.2.4",
55
"private": true,
66
"description": "Automatically bump your versions.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

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.2.3",
3+
"version": "0.2.4",
44
"description": "GitHub Action for bumpx version bumping tool.",
55
"author": "Stacks.js <hello@stacks.js.org>",
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.2.3",
4+
"version": "0.2.4",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test-package",
3-
"version": "0.2.3"
3+
"version": "0.2.4"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test-package",
3-
"version": "0.2.3"
3+
"version": "0.2.4"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test-package",
3-
"version": "0.2.3"
3+
"version": "0.2.4"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test-package",
3-
"version": "0.2.3"
3+
"version": "0.2.4"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test-package",
3-
"version": "0.2.3"
3+
"version": "0.2.4"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test",
3-
"version": "1.0.1"
3+
"version": "0.2.4"
44
}

0 commit comments

Comments
 (0)