Skip to content

Commit

Permalink
5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkwtz committed Jan 30, 2019
1 parent d141960 commit e49c64d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v5.2.4

##### Bugfix

- Fix TypeError (#139)

### v5.2.3

##### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 LawnStarter
Copyright (c) 2019 LawnStarter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker-select",
"version": "5.2.3",
"version": "5.2.4",
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",
"license": "MIT",
"author": "Michael Lefkowitz <[email protected]>",
Expand Down

0 comments on commit e49c64d

Please sign in to comment.