diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f3847eb..9f71980 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/linters": "0.18.1" + "packages/linters": "0.19.0" } diff --git a/packages/linters/CHANGELOG.md b/packages/linters/CHANGELOG.md index 2cfa9fc..144d4e3 100644 --- a/packages/linters/CHANGELOG.md +++ b/packages/linters/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog -## [0.18.1](https://github.com/juntossomosmais/time-out-market/compare/linters-v0.18.0...linters-v0.18.1) (2024-04-16) +## [0.19.0](https://github.com/juntossomosmais/time-out-market/compare/linters-v0.18.1...linters-v0.19.0) (2024-06-05) + + +### Features +* **deps:** bump dependencies and add the correct version for each dependency ([#196](https://github.com/juntossomosmais/time-out-market/issues/196)) ([48cc569](https://github.com/juntossomosmais/time-out-market/commit/48cc569b5c989712cfb2b1b7dafba139895f724f)) + +#### Breaking Changes + +- We need to update `eslint-plugin-sonarjs` to version > `1.x.x` to keep the compatibility with the other dependencies. + +## [0.18.1](https://github.com/juntossomosmais/time-out-market/compare/linters-v0.18.0...linters-v0.18.1) (2024-04-16) ### Bug Fixes diff --git a/packages/linters/package.json b/packages/linters/package.json index 3c192bc..e71d577 100644 --- a/packages/linters/package.json +++ b/packages/linters/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/linters", - "version": "0.18.1", + "version": "0.19.0", "type": "commonjs", "repository": { "type": "git",