@feasibleone/blong-gogo 1.13.4 → 1.13.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.
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.6](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.5...blong-gogo-v1.13.6) (2026-03-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * specify target package in install command in Dockerfile ([dbf69b0](https://github.com/feasibleone/blong/commit/dbf69b097177bac3319799ba8215d2dd60079170))
9
+
10
+ ## [1.13.5](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.4...blong-gogo-v1.13.5) (2026-03-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update Dockerfile to remove unnecessary package.json references and adjust node version for release ([9578411](https://github.com/feasibleone/blong/commit/9578411fee04bfd7178059998886b06de2e7d80a))
16
+
3
17
  ## [1.13.4](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.3...blong-gogo-v1.13.4) (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.4",
3
+ "version": "1.13.6",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/feasibleone/blong.git"
6
6
  },