Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and vansergen committed Aug 11, 2021
1 parent c6809c3 commit 8220df6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.0](https://github.com/b2broker/eslint-config/compare/v1.0.5...v1.1.0) (2021-08-11)

### Features

- add the `no-console` rule ([82fbfa7](https://github.com/b2broker/eslint-config/commit/82fbfa7dfcf03ce1a87f8752fc98789a4b2798c4))

### Dependencies

- move `eslint` to `peerDependencies` ([7174ecd](https://github.com/b2broker/eslint-config/commit/7174ecd7b9da5cb80ea3e578047c2f699fe198bb))

### [1.0.5](https://github.com/b2broker/eslint-config/compare/v1.0.4...v1.0.5) (2021-05-31)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions 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": "eslint-config-b2broker",
"version": "1.0.5",
"version": "1.1.0",
"description": "Shareable ESLint config",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 8220df6

Please sign in to comment.