@feasibleone/blong-gogo 1.13.5 → 1.13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.7](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.6...blong-gogo-v1.13.7) (2026-03-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * include additional package.json references in Dockerfile ([46b0571](https://github.com/feasibleone/blong/commit/46b05713b7bb31b2db5c9d8a45f1272ecd2be718))
9
+
10
+ ## [1.13.6](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.5...blong-gogo-v1.13.6) (2026-03-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * specify target package in install command in Dockerfile ([dbf69b0](https://github.com/feasibleone/blong/commit/dbf69b097177bac3319799ba8215d2dd60079170))
16
+
3
17
  ## [1.13.5](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.4...blong-gogo-v1.13.5) (2026-03-18)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-gogo",
3
- "version": "1.13.5",
3
+ "version": "1.13.7",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/feasibleone/blong.git"
6
6
  },