@storm-software/terraform-tools 0.21.0 → 0.22.0

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.22.0 (2024-09-19)
2
+
3
+ ### Features
4
+
5
+ - **eslint:** Added the `useTypeScriptESLint` and `useUnicorn` optional
6
+ parameters
7
+ ([60eb6e2e](https://github.com/storm-software/storm-ops/commit/60eb6e2e))
8
+
9
+ ### Bug Fixes
10
+
11
+ - **eslint:** Resolve build issue in package
12
+ ([78140ff2](https://github.com/storm-software/storm-ops/commit/78140ff2))
13
+
1
14
  ## 0.21.0 (2024-09-19)
2
15
 
3
16
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors, generators, and utilities that assist in managing Terraform IoC.",
6
6
  "repository": {