From bf37c053be02045f001264cb587592bf1c7c60bc Mon Sep 17 00:00:00 2001 From: HUI Date: Tue, 17 Nov 2020 15:39:35 +0800 Subject: [PATCH] chore: release 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..67df57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 0.1.0 (2020-11-17) + + +### Bug Fixes + +* ts build error ([450ebbe](https://github.com/LichKing-2234/react-native-agora-rawdata/commit/450ebbea0c1ec459f0ebf82b6a3be3fed2f442bc)) + + +### Features + +* add audio and video raw data feature ([5f93aa6](https://github.com/LichKing-2234/react-native-agora-rawdata/commit/5f93aa6c8b22592e0b6e688854ed644a59ef54fc)) + diff --git a/package.json b/package.json index 5eb1fda..fd8b349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora-rawdata", - "version": "0.0.0", + "version": "0.1.0", "description": "The rawdata plugin for react-native-agora", "main": "lib/commonjs/index", "module": "lib/module/index",