Skip to content

Commit

Permalink
ci: try to set version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Jun 25, 2020
1 parent ed946f6 commit b752503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
38 changes: 2 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25)


### Bug Fixes

* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c))


### Continuous Integration

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


### Features

* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))


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

* Rules have a new structure
* try to set version manually

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

Expand All @@ -42,22 +24,6 @@

* Rules have a new structure

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


### Continuous Integration

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


### Features

* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))


### BREAKING CHANGES

* Rules have a new structure

## [0.14.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.0...v0.14.1) (2020-06-25)

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

0 comments on commit b752503

Please sign in to comment.