Skip to content

Commit bab7dc7

Browse files
author
Fernando Basello
committed
chore: release 0.2.3
1 parent df1a70f commit bab7dc7

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## <small>0.2.3 (2025-02-24)</small>
4+
5+
* fix: babel plugin ([378e2b5](https://github.com/finalquest/react-native-hermes-worker/commit/378e2b5))
6+
* fix: babel plugin ([767e56a](https://github.com/finalquest/react-native-hermes-worker/commit/767e56a))
7+
* fix: babel plugin ([d1ed346](https://github.com/finalquest/react-native-hermes-worker/commit/d1ed346))
8+
* fix: babel plugin ([62dc77f](https://github.com/finalquest/react-native-hermes-worker/commit/62dc77f))
9+
* fix: babel plugin ([b2d83a3](https://github.com/finalquest/react-native-hermes-worker/commit/b2d83a3))
10+
* fix: fix build hbc script path for hermesc ([df1a70f](https://github.com/finalquest/react-native-hermes-worker/commit/df1a70f))
11+
312
## <small>0.2.2 (2025-02-24)</small>
413

514
* fix: the transpilation was not handling correctyle the string templates ([ea96d66](https://github.com/finalquest/react-native-hermes-worker/commit/ea96d66))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-hermes-worker",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A react-native js woker using hermes runtime",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)