@feasibleone/blong-gogo 1.11.0 → 1.11.2

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.11.2](https://github.com/feasibleone/blong/compare/blong-gogo-v1.11.1...blong-gogo-v1.11.2) (2026-03-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update Dockerfile to correct working directory and entrypoint path ([eed8be1](https://github.com/feasibleone/blong/commit/eed8be10d26d30ef037cc900984793da8f85b3b1))
9
+
10
+ ## [1.11.1](https://github.com/feasibleone/blong/compare/blong-gogo-v1.11.0...blong-gogo-v1.11.1) (2026-03-15)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * correct command chaining in Dockerfile for link creation ([2ef3992](https://github.com/feasibleone/blong/commit/2ef3992ce5760fc93cae684dfb993156de7e3b32))
16
+
3
17
  ## [1.11.0](https://github.com/feasibleone/blong/compare/blong-gogo-v1.10.5...blong-gogo-v1.11.0) (2026-03-14)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-gogo",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/feasibleone/blong.git"
6
6
  },