Skip to content

Commit a9d00c1

Browse files
committed
chore: release 0.5.0 [skip ci]
1 parent 045160a commit a9d00c1

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
2+
3+
# [0.5.0](https://github.com/Andarius/react-native-zstd/compare/v0.4.0...v0.5.0) (2022-09-19)
4+
5+
6+
### Bug Fixes
7+
8+
* adding zstd_errors.h to files ([c8d7fb4](https://github.com/Andarius/react-native-zstd/commit/c8d7fb4125a88ce9732800c33c2b2f2d3cc00307))
9+
* android does not crash when raising a JSError ([c934e71](https://github.com/Andarius/react-native-zstd/commit/c934e71b292fa2cb905ae934b865183f286629d0))
10+
* circleci config ([7709576](https://github.com/Andarius/react-native-zstd/commit/7709576cdedb37c31187113574dbf76bb922e62b))
11+
* example readme ([2b65a97](https://github.com/Andarius/react-native-zstd/commit/2b65a9777575441d8ed8d57e7e3003b66845187b))
12+
* fix circleci config ([5bb762a](https://github.com/Andarius/react-native-zstd/commit/5bb762a82ce021e20f9894206fda4f931906e78c))
13+
* fix circleci config ([2d856ff](https://github.com/Andarius/react-native-zstd/commit/2d856ffdcc87fb713f2293c683026ffbd92fbb8a))
14+
* fix circleci config ([f53b8d0](https://github.com/Andarius/react-native-zstd/commit/f53b8d0b5664fb57e77db534af04200cf9f3c39f))
15+
* fix circleci config ([8c30ffa](https://github.com/Andarius/react-native-zstd/commit/8c30ffa30007a42d6993435250ef9f5df5a99b85))
16+
* fix circleci config ([fa4d7a7](https://github.com/Andarius/react-native-zstd/commit/fa4d7a721e9519fe06b0dd3338f8377c089a52e8))
17+
* fix lint ([597dc69](https://github.com/Andarius/react-native-zstd/commit/597dc699cf14bbcaa539d6ed59dad9a060e6e930))
18+
* fix package.json ([6d83bfc](https://github.com/Andarius/react-native-zstd/commit/6d83bfc5e95567a32c9c78cb9a5f67b5069d72c2))
19+
* fix podspec ([d60c588](https://github.com/Andarius/react-native-zstd/commit/d60c5886894e07e97da68b63b8c49c75d9282c0b))
20+
* remove postinstall ([6a48dc7](https://github.com/Andarius/react-native-zstd/commit/6a48dc7d934573bff16546fff46760ae30738ac1))
21+
* updating circleci config ([2de0f50](https://github.com/Andarius/react-native-zstd/commit/2de0f50c2dadb1f2c1bedc42f7546dd79dc2aa5d))
22+
* updating github ci ([6411255](https://github.com/Andarius/react-native-zstd/commit/64112558fd32b696373a7d6011e320934ca82877))
23+
24+
25+
### Features
26+
27+
* adding debug info ([1516889](https://github.com/Andarius/react-native-zstd/commit/1516889371daca642850dc08fcb6a385041955c7))
28+
* adding JSI support ([8c0008b](https://github.com/Andarius/react-native-zstd/commit/8c0008be28b25873d1612f658d029e604ee13be8))
29+
* adding postinstall ([d1c9b51](https://github.com/Andarius/react-native-zstd/commit/d1c9b5123e9dfedea651fcf9dae06b8149991071))
30+
* bumping version ([960b501](https://github.com/Andarius/react-native-zstd/commit/960b501d436f1138f21aa0fbbe2e8d0562e5c5dd))
31+
* first commit ([1b5c7ee](https://github.com/Andarius/react-native-zstd/commit/1b5c7ee286aa259af4a1f4ccb749a21bcba34a94))
32+
* including files package.json ([4876df0](https://github.com/Andarius/react-native-zstd/commit/4876df05fe5315dcfbaecbfe1cf7bf192c520ec0))
33+
* updating circleci workflow ([122e198](https://github.com/Andarius/react-native-zstd/commit/122e198afeb68ade932b7d9e0caa3e620b0459e2))
34+
* updating JSI ([8c51dff](https://github.com/Andarius/react-native-zstd/commit/8c51dffdac5c3416cba4a7726831ac076ebe5439))
35+
* updating prepare script ([f5516f4](https://github.com/Andarius/react-native-zstd/commit/f5516f4326c926af998dc17799c63acde3de6821))
36+
* updating readme ([b7587f4](https://github.com/Andarius/react-native-zstd/commit/b7587f425742ef1db0ece5e4c73a3b1ce6224e8d))
37+
* wip adding fbjni ([3b2e18c](https://github.com/Andarius/react-native-zstd/commit/3b2e18c08772139dd6338b761bcc539ee6ca65c2))
38+
* working iOS ([07d2747](https://github.com/Andarius/react-native-zstd/commit/07d27479a5845b6c7645b6a23f51b04bbd6b6631))
39+
140
# 0.4.0 (2022-09-19)
241

342

@@ -33,4 +72,4 @@
3372

3473
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3574

36-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
75+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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-zstd",
3-
"version": "0.4.72",
3+
"version": "0.5.0",
44
"description": "ZSTD for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)