@storm-software/terraform-tools 0.64.0 → 0.64.1
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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.64.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.64.0) (2025-09-16)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **conventional-changelog:** Added the Storm Software shared
|
|
10
|
+
`conventional-changelog` configuration
|
|
11
|
+
([9f65827b6](https://github.com/storm-software/storm-ops/commit/9f65827b6))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Update workspace package links
|
|
16
|
+
([865d707d8](https://github.com/storm-software/storm-ops/commit/865d707d8))
|
|
17
|
+
|
|
5
18
|
## [0.63.7](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.7) (2025-09-15)
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.1",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
|
|
139
139
|
}
|