@highstate/gateway-api 0.9.37 → 0.10.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.
- package/CHANGELOG.md +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
# v0.
|
|
1
|
+
# v0.10.0 (Mon Oct 13 2025)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, Fedor Chubukov ([@Exeteres](https://github.com/Exeteres)), for all your work!
|
|
2
6
|
|
|
3
7
|
#### ⚠️ Pushed to `main`
|
|
4
8
|
|
|
5
|
-
-
|
|
9
|
+
- Initial commit ([@Exeteres](https://github.com/Exeteres))
|
|
6
10
|
|
|
7
11
|
#### Authors: 1
|
|
8
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@highstate/gateway-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kubernetes",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "39727b965ab54c84e730adbca69cd15066fab852"
|
|
43
43
|
}
|