From 8eb261fc8ee35ea7ea6b653ddf2422cf3745ed1f Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 17 Nov 2020 09:38:21 +0100 Subject: [PATCH] 5.9.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 715de10..a0dd577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@reason-react-native/netinfo` +## 5.9.1 - 2020-11-17 + +Fix npm description + ## 5.9.0 - 2020-11-06 - 5.9.0 compat diff --git a/package.json b/package.json index 707cf1b..711d421 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@reason-react-native/netinfo", "description": "ReScript bindings for @react-native-community/netinfo.", - "version": "5.9.0", + "version": "5.9.1", "publishConfig": { "access": "public" },