Skip to content

Commit e6c24d4

Browse files
Merge pull request #46 from stijnvanhulle/release-please--branches--main
chore: release main
2 parents f9b3586 + 25ad67c commit e6c24d4

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.5"
2+
".": "0.0.6"
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.6](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.5...js-runtime-v0.0.6) (2023-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* drop node 18 support ([5bb5de0](https://github.com/stijnvanhulle/js-runtime/commit/5bb5de03f01698af7992726448345c62ec62f811))
9+
310
## [0.0.5](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.4...js-runtime-v0.0.5) (2023-09-12)
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.5",
3+
"version": "0.0.6",
44
"description": "Detect which JavaScript runtime is being used.",
55
"keywords": [
66
"bun",

0 commit comments

Comments
 (0)