From fd9a0d0423c1ca8cc40b1eeb568cc97e2aeb61c2 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 19 Jun 2024 06:13:18 +0000 Subject: [PATCH] chore: release 1.0.1 [skip ci] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fc2d4..5cbdc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.0.1](https://github.com/Andarius/react-native-zstd/compare/v1.0.0...v1.0.1) (2024-06-19) + # [1.0.0](https://github.com/Andarius/react-native-zstd/compare/v0.6.1...v1.0.0) (2024-06-18) diff --git a/package.json b/package.json index e0403f9..22b00d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-zstd", - "version": "1.0.0", + "version": "1.0.1", "description": "ZSTD for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",