diff --git a/CHANGELOG.md b/CHANGELOG.md index c246ed8..7e2ffa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.1.0 + +[compare changes](https://undefined/undefined/compare/v4.0.2...v4.1.0) + + +### 🚀 Enhancements + + - Restart nuxt when eslint config file is changed (#86) + +### 📖 Documentation + + - Update config to use nuxt 3 config (#90) + +### 🏡 Chore + + - Update deps (7de08da) + +### ❤️ Contributors + +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) +- Dami Sparks ([@damisparks](http://github.com/damisparks)) + ## v4.0.2 [compare changes](https://undefined/undefined/compare/v4.0.1...v4.0.2) diff --git a/package.json b/package.json index 46bea7a..eec4e24 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/eslint-module", - "version": "4.0.2", + "version": "4.1.0", "description": "ESLint module for Nuxt", "repository": "nuxt-community/eslint-module", "license": "MIT", @@ -54,4 +54,4 @@ "access": "public" }, "packageManager": "pnpm@8.5.1" -} +} \ No newline at end of file