Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Nov 26, 2021
1 parent 8ce05eb commit e91efe9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.0.0](https://github.com/htmlhint/HTMLHint/compare/v0.16.3...v1.0.0) (2021-11-26)


### Features

* set minimum support to es6 ([ed5f895](https://github.com/htmlhint/HTMLHint/commit/ed5f89546340df17890e88a9a1df78edb4568cb1))
* upgrade to Typescript 4 ([472722b](https://github.com/htmlhint/HTMLHint/commit/472722b2c8d61d46576741d388a222c55fe92ea6))


### BREAKING CHANGES

* IE11 and older browsers will no longer be supported

## [0.16.3](https://github.com/htmlhint/HTMLHint/compare/v0.16.2...v0.16.3) (2021-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "htmlhint",
"version": "0.16.3",
"version": "1.0.0",
"description": "The Static Code Analysis Tool for your HTML",
"keywords": [
"html",
Expand Down

0 comments on commit e91efe9

Please sign in to comment.