Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Oct 7, 2020
1 parent 7b01963 commit 204e394
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [3.0.0](https://github.com/nuxt-community/eslint-module/compare/v1.2.0...v3.0.0) (2020-10-07)


### ⚠ BREAKING CHANGES

* Use `eslint-webpack-plugin` instead of `eslint-loader` deprecated.

* fix: docs and default values
* drop support for eslint 5

### Features

* use `eslint-webpack-plugin` ([#40](https://github.com/nuxt-community/eslint-module/issues/40)) ([3a21afd](https://github.com/nuxt-community/eslint-module/commit/3a21afd7f870b02ae8b0299c6fc9956407361235))


* drop support for eslint 5 ([28f7ce5](https://github.com/nuxt-community/eslint-module/commit/28f7ce5fb570c5a7bf8bc8093387bb967328f70a))

## [2.0.0](https://github.com/nuxt-community/eslint-module/compare/v1.2.0...v2.0.0) (2020-05-05)


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": "@nuxtjs/eslint-module",
"version": "2.0.0",
"version": "3.0.0",
"description": "ESLint module for Nuxt.js",
"repository": "nuxt-community/eslint-module",
"license": "MIT",
Expand Down

0 comments on commit 204e394

Please sign in to comment.