diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fda44..836b167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v0.1.7](https://github.com/ajaykumar97/rn-utilities/compare/v0.1.6...v0.1.7) + +- Added Changelog file [`780d080`](https://github.com/ajaykumar97/rn-utilities/commit/780d0801996f4638ed7aaf372fa8677a15f13a78) +- Updated Changelog file [`e6220e6`](https://github.com/ajaykumar97/rn-utilities/commit/e6220e69582acc2a47a95207d0bd6ea811213b7d) + #### [v0.1.6](https://github.com/ajaykumar97/rn-utilities/compare/v0.1.5...v0.1.6) +> 21 May 2021 + - Added `release-it` config [`9d71088`](https://github.com/ajaykumar97/rn-utilities/commit/9d710884ddbd187e95c3f1d692b772ce7662ddc5) - removed postpublish script [`24b6590`](https://github.com/ajaykumar97/rn-utilities/commit/24b65905912fdb058c231b42e32d962559b47806) -- removed github release [`7902026`](https://github.com/ajaykumar97/rn-utilities/commit/790202672a580334fb1a7e7f3928ab9f1a50bc00) +- chore: release v0.1.6 [`6310425`](https://github.com/ajaykumar97/rn-utilities/commit/6310425f6bcc20df8f34fb17f40f3dbf486244ee) #### [v0.1.5](https://github.com/ajaykumar97/rn-utilities/compare/v0.1.4...v0.1.5) diff --git a/package-lock.json b/package-lock.json index 6f76549..8440a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rn-utilities", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d8a6b57..d0d4db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-utilities", - "version": "0.1.6", + "version": "0.1.7", "description": "These are the utility methods for react native to ace the development process.", "main": "index.js", "scripts": {