Skip to content

Commit d830c75

Browse files
committed
chore: release v0.2.1
1 parent 201e14f commit d830c75

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.0...v0.2.1)
3+
4+
### 🧹 Chores
5+
6+
- release v0.2.1 ([f8221e9](https://github.com/stacksjs/bumpx/commit/f8221e9))
7+
- lint ([201e14f](https://github.com/stacksjs/bumpx/commit/201e14f))
8+
9+
### Contributors
10+
11+
12+
213
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.86...v0.2.0)
314

415
### 🧹 Chores

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.0",
4+
"version": "0.2.1",
55
"private": true,
66
"description": "Automatically bump your versions.",
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.2.0",
3+
"version": "0.2.1",
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.2.0",
4+
"version": "0.2.1",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <[email protected]>",
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.0"
3+
"version": "0.2.1"
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.0"
3+
"version": "0.2.1"
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.0"
3+
"version": "0.2.1"
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.0"
3+
"version": "0.2.1"
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.0"
3+
"version": "0.2.1"
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.1"
44
}

0 commit comments

Comments
 (0)