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",