Skip to content

Commit efe7a48

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-04-28) ### Features * added implementation for android ([f1991ce](f1991ce)) * added wavpack decoding progress callback ([30a5dc1](30a5dc1)) * completed ios implementation ([1f94770](1f94770)) * updated example app with tiny wavpack decoder demo ([109b81a](109b81a))
1 parent a540e39 commit efe7a48

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.0 (2025-04-28)
2+
3+
4+
### Features
5+
6+
* added implementation for android ([f1991ce](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/commit/f1991ceb90e267a0857666ae2989ea3d5efae382))
7+
* added wavpack decoding progress callback ([30a5dc1](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/commit/30a5dc165ca669a63d4a93b7487bc7b5ade43552))
8+
* completed ios implementation ([1f94770](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/commit/1f94770f58915ff14e6ba38892ba913253e0b6a0))
9+
* updated example app with tiny wavpack decoder demo ([109b81a](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/commit/109b81a9adde98aad1929b5cc3c00889d4da760c))

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-tiny-wavpack-decoder",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Tiny WavPack Decoder for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)