From d505560d17db68ede20ca2b025912e7eb7edd635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:45:03 +0000 Subject: [PATCH] chore(main): release 2.8.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a09cb..1eb37b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.8.3](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.8.2...v2.8.3) (2023-01-18) + + +### Bug Fixes + +* move postinstall to prepare ([744f6c2](https://github.com/SandroMiguel/eslint-config-cecilia/commit/744f6c2a579b84a9aa68a685e5b956092dfd4553)) +* move postinstall to prepare ([71b67cb](https://github.com/SandroMiguel/eslint-config-cecilia/commit/71b67cb4cba2019bbc78e00560c655f8a99bf676)) + ## [2.8.2](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.8.1...v2.8.2) (2023-01-17) diff --git a/package.json b/package.json index 78ded3a..fffae0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "2.8.2", + "version": "2.8.3", "description": "ESLint configuration for awesome projects", "main": "index.js", "scripts": {