From f96f4c1077a2112bab0ffc6cc236588655a609ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:31:47 -0300 Subject: [PATCH] chore(main): release linters 0.14.0 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/linters/CHANGELOG.md | 13 +++++++++++++ packages/linters/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b704f6f..963a371 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/linters": "0.13.0" + "packages/linters": "0.14.0" } diff --git a/packages/linters/CHANGELOG.md b/packages/linters/CHANGELOG.md index 7b09294..acbafac 100644 --- a/packages/linters/CHANGELOG.md +++ b/packages/linters/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.14.0](https://github.com/juntossomosmais/time-out-market/compare/linters-v0.13.0...linters-v0.14.0) (2023-10-02) + + +### Features + +* **linters:** disable react/no-unescaped-entities ([2525214](https://github.com/juntossomosmais/time-out-market/commit/252521475ecc6bc960447ccdcdfd99b689cb7f4c)) +* **linters:** remove revert option from commit list ([#55](https://github.com/juntossomosmais/time-out-market/issues/55)) ([c4cd1fe](https://github.com/juntossomosmais/time-out-market/commit/c4cd1fe415b72813136a113bda0e23894aa69d78)) + + +### Bug Fixes + +* **linters:** remove duplicated rule ([dbe5519](https://github.com/juntossomosmais/time-out-market/commit/dbe55191a2617dcb541a05d3828ae5ff7a2066cd)) + ## [0.13.0](https://github.com/juntossomosmais/time-out-market/compare/linters-v0.12.0...linters-v0.13.0) (2023-09-28) diff --git a/packages/linters/package.json b/packages/linters/package.json index ccaf035..50008f4 100644 --- a/packages/linters/package.json +++ b/packages/linters/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/linters", - "version": "0.13.0", + "version": "0.14.0", "type": "commonjs", "repository": { "type": "git",