Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-22)

### Features

* Add rule cast-to-boolean ([7698206](7698206))
  • Loading branch information
semantic-release-bot committed Mar 22, 2021
1 parent 7b57001 commit c4ddd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/mll-lab/eslint-plugin/compare/v1.0.0...v1.1.0) (2021-03-22)


### Features

* Add rule cast-to-boolean ([7698206](https://github.com/mll-lab/eslint-plugin/commit/76982069d23c8da415dbffc5d673658dc9eff44e))

# 1.0.0 (2021-03-22)


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": "@mll-lab/eslint-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESLint plugin and common configuration of MLL",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit c4ddd28

Please sign in to comment.