diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f7482..ea9ff58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +## v4.0.1 + +[compare changes](https://undefined/undefined/compare/v4.0.0...v4.0.1) + + +### 🩹 Fixes + + - Options (c3de9d2) + +### 🏡 Chore + + - Bump pnpm (601e12d) + - Ignore eslint (2a84a08) + +### ❤️ Contributors + +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) + ## v4.0.0 [compare changes](https://undefined/undefined/compare/v3.1.0...v4.0.0) diff --git a/package.json b/package.json index cff9049..3a18fd6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/eslint-module", - "version": "4.0.0", + "version": "4.0.1", "description": "ESLint module for Nuxt", "repository": "nuxt-community/eslint-module", "license": "MIT",