diff --git a/.changeset/eighty-eels-lose.md b/.changeset/eighty-eels-lose.md deleted file mode 100644 index db9536d..0000000 --- a/.changeset/eighty-eels-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-encoding': 'patch' ---- - -Use std::vector instead of raw pointers, use base64 implementation from https://github.com/tobiaslocker/base64 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ccee040 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-native-encoding + +## 1.0.1 + +### Patch Changes + +- [#2](https://github.com/mateusz1913/react-native-encoding/pull/2) [`1d85223`](https://github.com/mateusz1913/react-native-encoding/commit/1d85223af6044c78eed0373beb79b81db29799c2) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Use std::vector instead of raw pointers, use base64 implementation from https://github.com/tobiaslocker/base64 diff --git a/package.json b/package.json index dc8c745..38b0723 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-encoding", - "version": "1.0.0", + "version": "1.0.1", "description": "Encoding utils implemented as C++ TurboModule for React Native", "keywords": [ "react-native",