Skip to content

Commit 596e322

Browse files
committed
0.0.5
1 parent ea46897 commit 596e322

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

package/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# 0.0.5
2+
- Fix ArrayBuffer get info.
3+
4+
---
15
# 0.0.4
2-
- Fix compiler error
6+
- Fix compiler error.
37

48
---
59
# 0.0.3

package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use`ohpm` to install package.
66

7-
```shell
7+
```bash
88
ohpm install @ohos-rs/node-addon-api --save-dev
99
```
1010

@@ -19,4 +19,4 @@ set(CMAKE_MODULE_PATH ${NODE_ADDON_API_OHOS_ROOT_PATH})
1919
find_package(node_addon_api_ohos REQUIRED)
2020
2121
target_link_libraries(entry PRIVATE node_addon_api_ohos)
22-
```
22+
```

package/oh-package.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: "@ohos-rs/node-addon-api",
55
description: "Node-addon-api for OpenHarmony/HarmonyNext",
66
main: "index.ets",
7-
version: "0.0.4",
7+
version: "0.0.5",
88
types: "libs/index.d.ts",
99
dependencies: {},
1010
homepage: "https://github.com/richerfu/node-addon-api-ohos",
@@ -14,4 +14,4 @@
1414
"node-addon-api",
1515
"cpp"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)