Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zthun committed Jun 23, 2021
1 parent b9c03e9 commit fa56101
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.0](https://github.com/zthun/janitor/compare/v10.1.3...v10.2.0) (2021-06-23)


### Features

* update html hint to 0.15 ([b9c03e9](https://github.com/zthun/janitor/commit/b9c03e96e59644cf89e584d062e5c963b74b7fe3))



### [10.1.3](https://github.com/zthun/janitor/compare/v10.1.2...v10.1.3) (2021-05-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"stream": true,
"version": "10.1.3",
"version": "10.2.0",
"command": {
"publish": {
"message": "chore(release): publish [skip ci]"
Expand Down
9 changes: 9 additions & 0 deletions packages/htmlhint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.0](https://github.com/zthun/janitor/compare/v10.1.3...v10.2.0) (2021-06-23)


### Features

* update html hint to 0.15 ([b9c03e9](https://github.com/zthun/janitor/commit/b9c03e96e59644cf89e584d062e5c963b74b7fe3))



# [10.1.0](https://github.com/zthun/janitor/compare/v10.0.0...v10.1.0) (2021-05-08)

**Note:** Version bump only for package @zthun/htmlhint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/htmlhint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zthun/htmlhint-config",
"version": "10.1.0",
"version": "10.2.0",
"description": "A shared configuration for htmlhint for @zthun scoped projects.",
"keywords": [
"htmlhint",
Expand Down
9 changes: 9 additions & 0 deletions packages/lint-janitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.0](https://github.com/zthun/janitor/compare/v10.1.3...v10.2.0) (2021-06-23)


### Features

* update html hint to 0.15 ([b9c03e9](https://github.com/zthun/janitor/commit/b9c03e96e59644cf89e584d062e5c963b74b7fe3))



### [10.1.3](https://github.com/zthun/janitor/compare/v10.1.2...v10.1.3) (2021-05-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/lint-janitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zthun/lint-janitor",
"version": "10.1.3",
"version": "10.2.0",
"description": "Style checks with tools for web projects using common rules.",
"keywords": [
"linters"
Expand Down

0 comments on commit fa56101

Please sign in to comment.