Skip to content

Commit 8c8cb24

Browse files
Merge pull request #45 from stijnvanhulle/release-please--branches--main
chore: release main
2 parents ea1d8e7 + 2c950a9 commit 8c8cb24

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.4"
2+
".": "0.0.5"
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.5](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.4...js-runtime-v0.0.5) (2023-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* cli update to support bun@1.0.0 ([6bf6933](https://github.com/stijnvanhulle/js-runtime/commit/6bf693364e050688e192a0f34b35473f9bf3695e))
9+
310
## [0.0.4](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.3...js-runtime-v0.0.4) (2023-08-11)
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.4",
3+
"version": "0.0.5",
44
"description": "Detect which JavaScript runtime is being used.",
55
"keywords": [
66
"bun",

0 commit comments

Comments
 (0)