Skip to content

Commit 87a0c25

Browse files
Merge pull request #26 from stijnvanhulle/release-please--branches--main
chore: release main
2 parents 5eacab5 + dd6322a commit 87a0c25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.3...js-runtime-v0.0.4) (2023-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade packages ([5eacab5](https://github.com/stijnvanhulle/js-runtime/commit/5eacab504f7aa00a03a53610e139e95247f71e32))
9+
310
## [0.0.3](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.2...js-runtime-v0.0.3) (2023-07-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-runtime",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Detect which JavaScript runtime is being used.",
55
"keywords": [
66
"bun",

0 commit comments

Comments
 (0)