Skip to content

Commit fb88b1b

Browse files
Merge pull request #8 from stijnvanhulle/release-please--branches--main
chore: release main
2 parents a569100 + 85a95b0 commit fb88b1b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/stijnvanhulle/js-runtime/compare/js-runtime-v0.0.1...js-runtime-v0.0.2) (2023-07-05)
4+
5+
6+
### Bug Fixes
7+
8+
* `runtimeSwitch` and `runtimeImport` with fallback option ([a569100](https://github.com/stijnvanhulle/js-runtime/commit/a569100f6249af0d56d4411a6a70cb44a51bef28))

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.1",
3+
"version": "0.0.2",
44
"description": "Detect which JavaScript runtime is being used.",
55
"keywords": [
66
"bun",

0 commit comments

Comments
 (0)