Skip to content

Commit 01d53c2

Browse files
committed
chore: release v0.1.86
1 parent f6029b7 commit 01d53c2

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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.1.85...v0.1.86)
3+
4+
### 🧹 Chores
5+
6+
- release v0.1.86 ([159d703](https://github.com/stacksjs/bumpx/commit/159d703))
7+
- wip ([f6029b7](https://github.com/stacksjs/bumpx/commit/f6029b7))
8+
9+
### Contributors
10+
11+
- Adelino Ngomacha <[email protected]>
12+
213
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.84...v0.1.85)
314

415
### 🐛 Bug Fixes

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.85",
4+
"version": "0.1.86",
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.1.85",
3+
"version": "0.1.86",
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.85",
4+
"version": "0.1.86",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)