Skip to content

Commit

Permalink
Bum elm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Terreu committed Sep 14, 2024
1 parent 840141e commit d1a483e
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,9 @@
## [11.2.0] - 2024-09-14

## Added

- Support for 'required' attribute

## [11.1.0] - 2024-08-03

## Added
Expand Down Expand Up @@ -764,6 +770,7 @@ controlBranding

- Project to elm packages [Confidenceman02/elm-select](https://package.elm-lang.org/packages/Confidenceman02/elm-select/1.0.0/)

[11.2.0]: https://github.com/Confidenceman02/elm-select/compare/11.1.0...11.2.0
[11.1.0]: https://github.com/Confidenceman02/elm-select/compare/11.0.0...11.1.0
[11.0.0]: https://github.com/Confidenceman02/elm-select/compare/10.4.5...11.0.0
[10.4.5]: https://github.com/Confidenceman02/elm-select/compare/10.4.4...10.4.5
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Confidenceman02/elm-select",
"summary": "A Handsome flexible select!",
"license": "BSD-3-Clause",
"version": "11.1.0",
"version": "11.2.0",
"exposed-modules": [
"Select",
"Select.Styles"
Expand Down

0 comments on commit d1a483e

Please sign in to comment.