From 17a3dd6efb61204f7757ebcffdce6189b852ff73 Mon Sep 17 00:00:00 2001 From: HUI Date: Fri, 20 Nov 2020 22:23:27 +0800 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67df57e..6091296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.1.1](https://github.com/LichKing-2234/react-native-agora-rawdata/compare/v0.1.0...v0.1.1) (2020-11-20) + + +### Bug Fixes + +* Android miss unregister ([7fcaf4f](https://github.com/LichKing-2234/react-native-agora-rawdata/commit/7fcaf4fecc05d0ba9d44bd9258e7c163c3b99583)) +* require json path error ([efd3ef9](https://github.com/LichKing-2234/react-native-agora-rawdata/commit/efd3ef916b8a2b5977c024da42aaad764f3624db)) + # 0.1.0 (2020-11-17) diff --git a/package.json b/package.json index fd8b349..b4568da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora-rawdata", - "version": "0.1.0", + "version": "0.1.1", "description": "The rawdata plugin for react-native-agora", "main": "lib/commonjs/index", "module": "lib/module/index",