From 546a3ad7282fad45cdd9ecaf178bd1959d128a78 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 17 Nov 2020 09:47:41 +0100 Subject: [PATCH] 3.0.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f0285..38f3a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@reason-react-native/paper` +## 3.0.4 - 2020-11-17 + +Fix npm description + ## 3.0.3 - 2020-11-07 - Add theme support in `PaperProvider` [#5](https://github.com/reason-react-native/paper/pull/5) by [@souhe](https://github.com/souhe) diff --git a/package.json b/package.json index 4f9f029..fd7c76d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@reason-react-native/paper", "description": "ReScript bindings for react-native-paper.", - "version": "3.0.3", + "version": "3.0.4", "publishConfig": { "access": "public" },