From 4e367f633837a4d5a049cd3e28e806aa1b992336 Mon Sep 17 00:00:00 2001 From: Nicolas Sutter Date: Wed, 31 Jan 2024 10:09:56 +0100 Subject: [PATCH] chore(release): v2.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce99428..4b896bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v2.1.1 + +[compare changes](https://github.com/alsacreations/eslint/compare/v2.1.0...v2.1.1) + +### 🩹 Fixes + +- Change .eslintrc config file to ` .cjs` ([d8b9c9f](https://github.com/alsacreations/eslint/commit/d8b9c9f)) + +### 📖 Documentation + +- Add solid configs to docs ([c497140](https://github.com/alsacreations/eslint/commit/c497140)) + +### ❤️ Contributors + +- Nicolas Sutter + ## v2.1.0 [compare changes](https://github.com/alsacreations/eslint/compare/v2.0.1...v2.1.0) diff --git a/package.json b/package.json index e442077..d3f9d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-alsacreations", - "version": "2.1.0", + "version": "2.1.1", "description": "Configuration eslint d'Alsacréations", "packageManager": "pnpm@8.6.1", "repository": {