@leancodepl/nx-plugins 9.7.2 → 9.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [9.7.4](https://github.com/leancodepl/js_corelibrary/compare/v9.7.3...v9.7.4) (2026-02-10)
7
+
8
+ **Note:** Version bump only for package @leancodepl/nx-plugins
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## [9.7.3](https://github.com/leancodepl/js_corelibrary/compare/v9.7.2...v9.7.3) (2026-02-10)
16
+
17
+ ### Bug Fixes
18
+
19
+ - nx plugins exports
20
+ ([21c7ded](https://github.com/leancodepl/js_corelibrary/commit/21c7ded6220c66d2d1942c9bc6dc57e53e713163))
21
+ - use node:path
22
+ ([2953cdb](https://github.com/leancodepl/js_corelibrary/commit/2953cdb1f5aaa8c205de970277f35abbcfbeaa3f))
23
+
24
+ ### Features
25
+
26
+ - add nx plugins
27
+ ([57cbe45](https://github.com/leancodepl/js_corelibrary/commit/57cbe45f8a01540d3f19465e74be4e57012a639a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leancodepl/nx-plugins",
3
- "version": "9.7.2",
3
+ "version": "9.7.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -67,4 +67,4 @@
67
67
  "CHANGELOG.md",
68
68
  "!**/*.tsbuildinfo"
69
69
  ]
70
- }
70
+ }