Skip to content

Commit

Permalink
🔖 release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Sznajder committed Jul 25, 2019
1 parent 106c842 commit 6cd2fb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

<a name="3.3.1"></a>
## 3.3.1 (2019-07-25)

### Added

- ✅ Update Snapshots [[106c842](https://github.com/dsznajder/react-native-otp-inputs/commit/106c842a6650f41c32d123ce235483af6e2cbc75)]

### Fixed

- 🐛 Fix reseting not only value but also inputs [[cb2db53](https://github.com/dsznajder/react-native-otp-inputs/commit/cb2db53ec66993491abe7e463ad281e1eb4a9865)]

### Miscellaneous

- 👷 Add Dependabot config [[653b820](https://github.com/dsznajder/react-native-otp-inputs/commit/653b820665aea6c4dfc2b1c8b540b1b8680a115e)]
- 📝 Update README with methods section [[e56bce7](https://github.com/dsznajder/react-native-otp-inputs/commit/e56bce7a3a7c153834f0612edeff77dabd8d81dd)]


<a name="3.3.0"></a>
## 3.3.0 (2019-07-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"name": "react-native-otp-inputs",
"repository": "https://github.com/dsznajder/react-native-otp-inputs",
"version": "3.3.0",
"version": "3.3.1",
"main": "lib/module/index.js",
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit 6cd2fb1

Please sign in to comment.