@highstate/gateway-api 0.11.5 → 0.11.7
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 +20 -0
- package/bin/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.11.7 (2025-11-16)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- test release ([d1da68f](https://github.com/highstate-io/highstate/commit/d1da68f))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Fedor Chubukov @Exeteres
|
|
10
|
+
|
|
11
|
+
## 0.11.6 (2025-11-16)
|
|
12
|
+
|
|
13
|
+
### 🩹 Fixes
|
|
14
|
+
|
|
15
|
+
- Fix package discovery in isolated node_modules setup ([3b06314](https://github.com/highstate-io/highstate/commit/3b06314))
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Fedor Chubukov @Exeteres
|
|
20
|
+
|
|
1
21
|
## 0.11.5 (2025-10-16)
|
|
2
22
|
|
|
3
23
|
### 🩹 Fixes
|
package/bin/package.json
CHANGED