Skip to content

Commit 6cd2fb1

Browse files
author
Damian Sznajder
committed
🔖 release 3.3.1
1 parent 106c842 commit 6cd2fb1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
<a name="3.3.1"></a>
4+
## 3.3.1 (2019-07-25)
5+
6+
### Added
7+
8+
- ✅ Update Snapshots [[106c842](https://github.com/dsznajder/react-native-otp-inputs/commit/106c842a6650f41c32d123ce235483af6e2cbc75)]
9+
10+
### Fixed
11+
12+
- 🐛 Fix reseting not only value but also inputs [[cb2db53](https://github.com/dsznajder/react-native-otp-inputs/commit/cb2db53ec66993491abe7e463ad281e1eb4a9865)]
13+
14+
### Miscellaneous
15+
16+
- 👷 Add Dependabot config [[653b820](https://github.com/dsznajder/react-native-otp-inputs/commit/653b820665aea6c4dfc2b1c8b540b1b8680a115e)]
17+
- 📝 Update README with methods section [[e56bce7](https://github.com/dsznajder/react-native-otp-inputs/commit/e56bce7a3a7c153834f0612edeff77dabd8d81dd)]
18+
19+
320
<a name="3.3.0"></a>
421
## 3.3.0 (2019-07-25)
522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"name": "react-native-otp-inputs",
1212
"repository": "https://github.com/dsznajder/react-native-otp-inputs",
13-
"version": "3.3.0",
13+
"version": "3.3.1",
1414
"main": "lib/module/index.js",
1515
"scripts": {
1616
"clean": "rimraf lib",

0 commit comments

Comments
 (0)