From 83a852a9788196189a49d463b30858c62d283457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:41:54 +0000 Subject: [PATCH] chore(main): release 2.9.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c43566..eedbe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.9.1](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.9.0...v2.9.1) (2023-01-23) + + +### Bug Fixes + +* **setup-lint.mjs:** fix npm commands ([b8aa979](https://github.com/SandroMiguel/eslint-config-cecilia/commit/b8aa97969e8c5813315f1b9fc99bb7a59a34fbb1)) + ## [2.9.0](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.8.4...v2.9.0) (2023-01-19) diff --git a/package.json b/package.json index 1ca2f1a..378f00d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "2.9.0", + "version": "2.9.1", "description": "ESLint configuration for awesome projects", "bin": { "cecilia": "./bin/cecilia.mjs"