Skip to content

Commit

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

## [Unreleased]

## [2.0.1] - 2019-02-15
### Changed
- Fix parser erroring when input is an empty string. Thanks to @doanythingfordethklok!

## [2.0.0] - 2018-12-06
### Removed
- `Html.Parser.Util.toVirtualDomSvg` as parsing of SVG nodes is not implemented yet.
Expand All @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

[named-character-references]: https://www.w3.org/TR/html5/syntax.html#named-character-references

[Unreleased]: https://github.com/hecrj/html-parser/compare/2.0.0...HEAD
[Unreleased]: https://github.com/hecrj/html-parser/compare/2.0.1...HEAD
[2.0.1]: https://github.com/hecrj/html-parser/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/hecrj/html-parser/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/hecrj/html-parser/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/hecrj/html-parser/compare/1.0.0...1.0.1
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/html-parser",
"summary": "Parse HTML 5 in Elm",
"license": "BSD-3-Clause",
"version": "2.0.0",
"version": "2.0.1",
"exposed-modules": [
"Html.Parser",
"Html.Parser.Util"
Expand Down

0 comments on commit 95bd51e

Please sign in to comment.