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