From 25a44d8c29d1c1dadd16622ae855ee8258c40304 Mon Sep 17 00:00:00 2001
From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
Date: Thu, 28 May 2020 12:08:31 +0530
Subject: [PATCH] chore: release v0.1.3 (#7)
---
CHANGELOG.md | 11 +++++++++++
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index caff6691..b912a263 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [0.1.3](https://github.com/vinayakkulkarni/s-offline/compare/v0.1.2...v0.1.3) (2020-05-28)
+
+
+### Bug Fixes
+
+* update file name for minified build ([5debfdc](https://github.com/vinayakkulkarni/s-offline/commit/5debfdc))
+* use correct export ([3133e68](https://github.com/vinayakkulkarni/s-offline/commit/3133e68))
+
+
+
## [0.1.2](https://github.com/vinayakkulkarni/s-offline/compare/v0.1.1...v0.1.2) (2020-05-25)
diff --git a/package-lock.json b/package-lock.json
index 700ce360..f4758721 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "s-offline",
- "version": "0.1.2",
+ "version": "0.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a5db52e9..57523c43 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "s-offline",
"description": "Offline and Online network detection 🗼",
- "version": "0.1.2",
+ "version": "0.1.3",
"author": {
"name": "Vinayak Kulkarni",
"email": "inbox.vinayak@gmail.com",