diff --git a/packages/nx-plugin/CHANGELOG.md b/packages/nx-plugin/CHANGELOG.md index b440d043..f69c8f08 100644 --- a/packages/nx-plugin/CHANGELOG.md +++ b/packages/nx-plugin/CHANGELOG.md @@ -2,6 +2,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.2](https://github.com/push-based/user-flow/compare/nx-plugin-0.1.1...nx-plugin-0.1.2) (2024-03-11) + + +### Bug Fixes + +* add eslint-plugin-jest ([3ab8b69](https://github.com/push-based/user-flow/commit/3ab8b690d500944c1ba39b00f7087b23ed9be39a)) +* add extends [@code-pushup](https://github.com/code-pushup) ([5c41032](https://github.com/push-based/user-flow/commit/5c410320bc4148dcfcee6cbb4d7f6278f32cc88e)) +* fix baseline configs ([f2fa0b1](https://github.com/push-based/user-flow/commit/f2fa0b1f0ffca14a0487bd646d7d88b24ffb40be)) +* reduce noise ([4f942bf](https://github.com/push-based/user-flow/commit/4f942bf470151e55c3abfaf5ea699142ae150ea6)) +* setup eslint plugin for nx mono repo ([16d91d0](https://github.com/push-based/user-flow/commit/16d91d0de282aa65634562d45a9e0ff01a798a63)) + + + ## [0.1.1](https://github.com/push-based/user-flow/compare/nx-plugin-0.1.0...nx-plugin-0.1.1) (2023-11-12) diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index 59b545d3..58893453 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@push-based/user-flow-nx-plugin", - "version": "0.1.1", + "version": "0.1.2", "type": "commonjs", "executors": "./executors.json", "generators": "./generators.json",