Skip to content

Commit

Permalink
chore(release): 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkberg committed May 11, 2020
1 parent 5182d5b commit 50274c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [22.0.0](https://github.com/simonkberg/eslint-config/compare/v21.0.1...v22.0.0) (2020-05-11)

### ⚠ BREAKING CHANGES

- **deps:** May introduce new lint violations

### Features

- **deps:** upgrade dependencies ([#261](https://github.com/simonkberg/eslint-config/issues/261)) ([5182d5b](https://github.com/simonkberg/eslint-config/commit/5182d5b45b2cf069c2fc300bc8631f9a4ab62258))

### [21.0.1](https://github.com/simonkberg/eslint-config/compare/v21.0.0...v21.0.1) (2020-03-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "21.0.1",
"version": "22.0.0",
"name": "@simonkberg/eslint-config",
"description": "A shareable eslint config for my JavaScript projects",
"main": "index.js",
Expand Down

0 comments on commit 50274c5

Please sign in to comment.