From 930435f397509dc1f0ec87a4f171d7bdd09efbf3 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Mon, 20 Nov 2023 21:10:34 +0100 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78009f6..2894472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.3](https://github.com/stefanobartoletti/eslint-config/compare/0.3.2...0.3.3) (2023-11-20) + + +### 🩹 Bug Fixes + +* fix nuxt config ([0b35a90](https://github.com/stefanobartoletti/eslint-config/commit/0b35a903f0aeba660ca089c1fad56183203a2dab)) + + +### 📖 Documentation + +* add readme ([2d82d21](https://github.com/stefanobartoletti/eslint-config/commit/2d82d218613a446d774a52492199385025341547)) + ## [0.3.2](https://github.com/stefanobartoletti/eslint-config/compare/0.3.1...0.3.2) (2023-11-20) diff --git a/package.json b/package.json index fde8f4c..ccef01a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/eslint-config", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "packageManager": "pnpm@8.10.5", "description": "", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",