Skip to content

Commit 2220040

Browse files
Merge pull request #50 from stijnvanhulle/release-please--branches--main
chore: release main
2 parents 39f8a26 + 9b5be52 commit 2220040

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.6"
2+
".": "0.0.7"
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.7](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.6...js-runtime-v0.0.7) (2023-11-08)
4+
5+
6+
### Bug Fixes
7+
8+
* use node 18 as minimum ([6364cf9](https://github.com/stijnvanhulle/js-runtime/commit/6364cf901934e6b4d6390b0e27a33baf9e1ed3d8))
9+
310
## [0.0.6](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.5...js-runtime-v0.0.6) (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.6",
3+
"version": "0.0.7",
44
"description": "Detect which JavaScript runtime is being used.",
55
"keywords": [
66
"bun",

0 commit comments

Comments
 (0)