Skip to content

Commit 42f759c

Browse files
committed
Bump version
1 parent 86a9178 commit 42f759c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.3.3] - 2019-03-25
10+
### Changed
11+
- Support hyphens in tag names (allows parsing web components). Thanks to @andre-dietrich!
12+
913
## [2.3.2] - 2019-03-23
1014
### Changed
1115
- 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!
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5155

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

54-
[Unreleased]: https://github.com/hecrj/html-parser/compare/2.3.2...HEAD
58+
[Unreleased]: https://github.com/hecrj/html-parser/compare/2.3.3...HEAD
59+
[2.3.3]: https://github.com/hecrj/html-parser/compare/2.3.2...2.3.3
5560
[2.3.2]: https://github.com/hecrj/html-parser/compare/2.3.1...2.3.2
5661
[2.3.1]: https://github.com/hecrj/html-parser/compare/2.3.0...2.3.1
5762
[2.3.0]: https://github.com/hecrj/html-parser/compare/2.2.0...2.3.0

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "hecrj/html-parser",
44
"summary": "Parse HTML 5 in Elm",
55
"license": "BSD-3-Clause",
6-
"version": "2.3.2",
6+
"version": "2.3.3",
77
"exposed-modules": [
88
"Html.Parser",
99
"Html.Parser.Util"

0 commit comments

Comments
 (0)