Skip to content

Commit 340ecfb

Browse files
author
Fernando Basello
committed
chore: release 0.2.2
1 parent ea96d66 commit 340ecfb

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## <small>0.2.2 (2025-02-24)</small>
4+
5+
* fix: the transpilation was not handling correctyle the string templates ([ea96d66](https://github.com/finalquest/react-native-hermes-worker/commit/ea96d66))
6+
37
## <small>0.2.1 (2025-02-24)</small>
48

59
* fix: bad project urls ([59b90d2](https://github.com/finalquest/react-native-hermes-worker/commit/59b90d2))

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.1",
3+
"version": "0.2.2",
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)