Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 7, 2019
1 parent 4d9d13a commit 3f8f2ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [7.1.0] - 2019-05-07
### Added
- `Form.View.htmlViewConfig`, which allows easy customization of the default
`Form.View.asHtml` function. [#23]

[#23]: https://github.com/hecrj/composable-form/pull/23

## [7.0.2] - 2019-05-04
### Fixed
- Textarea not updating its value properly when using `Form.View.asHtml`. [#21]
Expand Down Expand Up @@ -135,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/hecrj/composable-form/compare/7.0.2...HEAD
[Unreleased]: https://github.com/hecrj/composable-form/compare/7.1.0...HEAD
[7.1.0]: https://github.com/hecrj/composable-form/compare/7.0.2...7.1.0
[7.0.2]: https://github.com/hecrj/composable-form/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/hecrj/composable-form/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/hecrj/composable-form/compare/6.0.1...7.0.0
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": "hecrj/composable-form",
"summary": "Build type-safe composable forms in Elm",
"license": "BSD-3-Clause",
"version": "7.0.3",
"version": "7.1.0",
"exposed-modules": [
"Form",
"Form.View",
Expand Down

0 comments on commit 3f8f2ef

Please sign in to comment.