Skip to content

Commit

Permalink
Update CHANGELOG.md (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelynotmike committed Jan 25, 2024
1 parent 4901928 commit 99d6bfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 9.0.1

##### Bugfix

- Correct types for PickerStyle interface (#528)
- Fix Icon prop type (#529)

## 9.0.0

##### Breaking Changes
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": "9.0.0",
"version": "9.0.1",
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",
"license": "MIT",
"author": "Michael Lefkowitz <lefkowitz.michael@gmail.com>",
Expand Down

0 comments on commit 99d6bfa

Please sign in to comment.