Skip to content

Commit 0df83a6

Browse files
author
Fernando Basello
committed
chore: release 0.3.0
1 parent 56d33fa commit 0df83a6

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+
## 0.3.0 (2025-02-25)
4+
5+
* Handling strings (#2) ([56d33fa](https://github.com/finalquest/react-native-hermes-worker/commit/56d33fa)), closes [#2](https://github.com/finalquest/react-native-hermes-worker/issues/2) [#1](https://github.com/finalquest/react-native-hermes-worker/issues/1)
6+
37
## <small>0.2.3 (2025-02-24)</small>
48

59
* fix: babel plugin ([378e2b5](https://github.com/finalquest/react-native-hermes-worker/commit/378e2b5))

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