Skip to content

Commit a41114c

Browse files
committed
chore(release): publish 0.2.0
1 parent 1ea1d25 commit a41114c

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

javascript/packages/browser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0 (2025-06-11)
2+
3+
This was a version bump only for @herb-tools/browser to align it with other projects, there were no code changes.
4+
15
## 0.1.1 (2025-04-20)
26

37
This was a version bump only for @herb-tools/browser to align it with other projects, there were no code changes.

javascript/packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/browser",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"dependencies": {
35-
"@herb-tools/core": "0.1.1"
35+
"@herb-tools/core": "0.2.0"
3636
},
3737
"devDependencies": {
3838
"@testing-library/dom": "^10.4.0",

javascript/packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0 (2025-06-11)
2+
3+
This was a version bump only for @herb-tools/core to align it with other projects, there were no code changes.
4+
15
## 0.1.1 (2025-04-20)
26

37
This was a version bump only for @herb-tools/core to align it with other projects, there were no code changes.

javascript/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/core",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",

javascript/packages/node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0 (2025-06-11)
2+
3+
This was a version bump only for @herb-tools/node to align it with other projects, there were no code changes.
4+
15
## 0.1.1 (2025-04-20)
26

37
This was a version bump only for @herb-tools/node to align it with other projects, there were no code changes.

javascript/packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/node",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",
@@ -47,7 +47,7 @@
4747
"host": "https://github.com/marcoroth/herb/releases/download/"
4848
},
4949
"dependencies": {
50-
"@herb-tools/core": "0.1.1",
50+
"@herb-tools/core": "0.2.0",
5151
"@mapbox/node-pre-gyp": "^2.0.0",
5252
"node-addon-api": "^5.1.0",
5353
"node-pre-gyp-github": "^2.0.0"

0 commit comments

Comments
 (0)