Skip to content

Commit e91efe9

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.16.3...v1.0.0) (2021-11-26) ### Features * set minimum support to es6 ([ed5f895](ed5f895)) * upgrade to Typescript 4 ([472722b](472722b)) ### BREAKING CHANGES * IE11 and older browsers will no longer be supported
1 parent 8ce05eb commit e91efe9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0](https://github.com/htmlhint/HTMLHint/compare/v0.16.3...v1.0.0) (2021-11-26)
2+
3+
4+
### Features
5+
6+
* set minimum support to es6 ([ed5f895](https://github.com/htmlhint/HTMLHint/commit/ed5f89546340df17890e88a9a1df78edb4568cb1))
7+
* upgrade to Typescript 4 ([472722b](https://github.com/htmlhint/HTMLHint/commit/472722b2c8d61d46576741d388a222c55fe92ea6))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* IE11 and older browsers will no longer be supported
13+
114
## [0.16.3](https://github.com/htmlhint/HTMLHint/compare/v0.16.2...v0.16.3) (2021-11-24)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "0.16.3",
3+
"version": "1.0.0",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)