From fdebf56870a4ad10c5564a4640ef398fe6c184e8 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 24 Sep 2023 15:14:29 +0200 Subject: [PATCH] chore: Prepare 8.3.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 52 +++++++++++++++++++++++------------------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299192d..02068ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,33 @@ # Changelog -## Unreleased +## [v8.3.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0) (2023-09-25) +[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0) -## [v8.3.0-beta.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.2) (2023-06-27) - -[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.1...v8.3.0-beta.2) - -**Fixed:** -- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/569 -- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570 - -## [v8.3.0-beta.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.1) (2023-06-27) - -[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1) - -**Features:** -- Provide config for vue files written in Typescript, use `extends: "@nextcloud/eslint-config/typescript"`. -- Fully support vue files using the Composition API `