diff --git a/CHANGELOG.md b/CHANGELOG.md index 9796905..81f111e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.2 (2020-08-30) + + +### Features + +* :alien: Added assets to example project ([2dc6d1e](https://github.com/timelessco/react-native-reanimated-switch/commit/2dc6d1e38548e898886addfceb1bf021d5f73811)) +* :fire: Updated Example Project ([6a0e016](https://github.com/timelessco/react-native-reanimated-switch/commit/6a0e016dd9119364c22cc6190125e4073af299c3)) +* :pencil: Added README.md ([73dbddc](https://github.com/timelessco/react-native-reanimated-switch/commit/73dbddcc30b27214f476985c80a8875330d05849)) +* :pencil: Updated README.md ([5a71e1f](https://github.com/timelessco/react-native-reanimated-switch/commit/5a71e1f622402fa12474dd002943e41c8ddffc97)) +* :sparkles: Added Example app to try Switch Component ([d2a563c](https://github.com/timelessco/react-native-reanimated-switch/commit/d2a563c6199fc2628a46c2954494141c16858182)) +* :tada: Initial release v0.0.1 ([6d5b557](https://github.com/timelessco/react-native-reanimated-switch/commit/6d5b557486b68aad0d358c6d90381953a3c9b562)) +* :zap: Added memoized callback and value prop to switch component ([50153a5](https://github.com/timelessco/react-native-reanimated-switch/commit/50153a5841faf9d32eaa623669b0b913976ef85c)) + + +### Bug Fixes + +* :bug: Added isRequired for value prop ([06338fc](https://github.com/timelessco/react-native-reanimated-switch/commit/06338fcb53d281e4ca8de8ff3bcbd1934d2362e7)) +* :lock: updated peer dependencies ([044565b](https://github.com/timelessco/react-native-reanimated-switch/commit/044565b9b13a3535e9b7607674e6b274a80a2aa0)) + ### 0.0.1 (2020-08-29) ### Features diff --git a/package-lock.json b/package-lock.json index f1f1d52..ded6601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-switch", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd5e317..a28a7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-switch", - "version": "0.0.1", + "version": "0.0.2", "description": "A simple reanimated switch for iOS and Android", "main": "index.js", "scripts": {