Skip to content

Commit ddf853c

Browse files
committed
chore: release v0.1.84
1 parent c456739 commit ddf853c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.83...v0.1.84)
3+
4+
### 🐛 Bug Fixes
5+
6+
- update tests ([c456739](https://github.com/stacksjs/bumpx/commit/c456739))
7+
8+
### 🧹 Chores
9+
10+
- release v0.1.84 ([0730af9](https://github.com/stacksjs/bumpx/commit/0730af9))
11+
12+
### Contributors
13+
14+
- Adelino Ngomacha <adelinob335@gmail.com>
15+
216
[Compare changes](https://github.com/stacksjs/bumpx/compare/v0.1.82...v0.1.83)
317

418
### 🧹 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.83",
4+
"version": "0.1.84",
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.83",
3+
"version": "0.1.84",
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.83",
4+
"version": "0.1.84",
55
"description": "Automatically bump your versions.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)