Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-07-10)

### Bug Fixes

* remove duplicate changelog ([#474](#474)) ([4e17338](4e17338))

### Continuous Integration

* trigger major bump ([be0b2af](be0b2af))

### Features

* move rules into dedicated attribute ([#476](#476)) ([c9fb2c3](c9fb2c3))
* new configuration structure ([#445](#445)) ([0b007b3](0b007b3))

### BREAKING CHANGES

* Rules have a new structure
  • Loading branch information
semantic-release-bot committed Jul 10, 2020
1 parent 4ec5251 commit c430ea5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-07-10)


### Bug Fixes

* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([4e17338](https://github.com/htmlhint/HTMLHint/commit/4e1733861737f7ef9b274305313b11f85c592ebc))


### Continuous Integration

* trigger major bump ([be0b2af](https://github.com/htmlhint/HTMLHint/commit/be0b2af64a148e5951d7cb5f636d785b8534b1aa))


### Features

* move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([c9fb2c3](https://github.com/htmlhint/HTMLHint/commit/c9fb2c372ac726bda9d2f28c073af62ba209f55c))
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd))


### BREAKING CHANGES

* Rules have a new structure

# [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25)

* try to set version manually
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": "1.0.0-beta.2",
"version": "1.0.0-beta.1",
"description": "The Static Code Analysis Tool for your HTML",
"repository": {
"type": "git",
Expand Down

0 comments on commit c430ea5

Please sign in to comment.