We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f5469 commit 0776e89Copy full SHA for 0776e89
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.11.3](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.11.2...v2.11.3) (2025-10-21)
2
+
3
4
+### Bug Fixes
5
6
+* pass app by reference ([c8f5469](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/c8f5469ac94d1ab6fc767631cf03571a7cbea7b6))
7
8
## [2.11.2](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.11.1...v2.11.2) (2025-10-21)
9
10
package.json
@@ -2,7 +2,7 @@
"name": "codeforlife",
"description": "Common frontend code",
"private": false,
- "version": "2.11.2",
+ "version": "2.11.3",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.es.js",
0 commit comments