Skip to content

Commit 0859cd1

Browse files
chore: release v0.2.2
1 parent d325494 commit 0859cd1

11 files changed

Lines changed: 31 additions & 20 deletions

File tree

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.1...v0.2.2)
3+
4+
### 🧹 Chores
5+
6+
- release v0.2.2 ([980a895](https://github.com/stacksjs/bumpx/commit/980a895))
7+
- wip ([d325494](https://github.com/stacksjs/bumpx/commit/d325494))
8+
9+
### Contributors
10+
11+
- glennmichael123 <gtorregosa@gmail.com>
12+
213
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.2.0...v0.2.1)
314

415
### 🧹 Chores

bun.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
4+
"version": "0.2.2",
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.1",
3+
"version": "0.2.2",
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.1",
4+
"version": "0.2.2",
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.1"
3+
"version": "0.2.2"
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.1"
3+
"version": "0.2.2"
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.1"
3+
"version": "0.2.2"
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.1"
3+
"version": "0.2.2"
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.1"
3+
"version": "0.2.2"
44
}

0 commit comments

Comments
 (0)