Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-eels-lose.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down