Skip to content

Commit d203ca4

Browse files
committed
chore: release v0.1.82
1 parent abeaddd commit d203ca4

4 files changed

Lines changed: 14 additions & 3 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.1.81...v0.1.82)
3+
4+
### 🧹 Chores
5+
6+
- release v0.1.82 ([bdff108](https://github.com/stacksjs/bumpx/commit/bdff108))
7+
- wip ([abeaddd](https://github.com/stacksjs/bumpx/commit/abeaddd))
8+
9+
### Contributors
10+
11+
- Adelino Ngomacha <adelinob335@gmail.com>
12+
213
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.80...v0.1.81)
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.1.81",
4+
"version": "0.1.82",
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.1.81",
3+
"version": "0.1.82",
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.1.81",
4+
"version": "0.1.82",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)