Skip to content

Commit dc736ed

Browse files
author
Fernando Basello
committed
chore: release 0.4.1
1 parent 0dd8fea commit dc736ed

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.4.1 (2025-03-07)</small>
4+
5+
* bug: assure string method is breaking the content if the content has a string template literal. ([0dd8fea](https://github.com/finalquest/react-native-hermes-worker/commit/0dd8fea)), closes [#3](https://github.com/finalquest/react-native-hermes-worker/issues/3)
6+
37
## 0.4.0 (2025-03-06)
48

59
* bug: assure string method is breaking the content if the content has a string template literal. ([a0cd358](https://github.com/finalquest/react-native-hermes-worker/commit/a0cd358)), closes [#3](https://github.com/finalquest/react-native-hermes-worker/issues/3)

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