Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 25, 2019
1 parent 86a9178 commit 42f759c
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.3.3] - 2019-03-25
### Changed
- Support hyphens in tag names (allows parsing web components). Thanks to @andre-dietrich!

## [2.3.2] - 2019-03-23
### Changed
- Fix decimal numeric character references failing to parse if they contained leading zeros ([#8](https://github.com/hecrj/html-parser/pull/8/files)). Thanks to @68kHeart!
Expand Down Expand Up @@ -51,7 +55,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.3.2...HEAD
[Unreleased]: https://github.com/hecrj/html-parser/compare/2.3.3...HEAD
[2.3.3]: https://github.com/hecrj/html-parser/compare/2.3.2...2.3.3
[2.3.2]: https://github.com/hecrj/html-parser/compare/2.3.1...2.3.2
[2.3.1]: https://github.com/hecrj/html-parser/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/hecrj/html-parser/compare/2.2.0...2.3.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/html-parser",
"summary": "Parse HTML 5 in Elm",
"license": "BSD-3-Clause",
"version": "2.3.2",
"version": "2.3.3",
"exposed-modules": [
"Html.Parser",
"Html.Parser.Util"
Expand Down

0 comments on commit 42f759c

Please sign in to comment.