Skip to content

Commit 6402340

Browse files
committed
chore(release): 2.6.16 [skip ci]
## [2.6.16](v2.6.15...v2.6.16) (2025-05-15) ### Bug Fixes * Allow for 2 buttons in Banner ([#83](#83)) ([d203986](d203986)) * Node 22 ([#86](#86)) ([e66e1ca](e66e1ca))
1 parent e66e1ca commit 6402340

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.6.16](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.15...v2.6.16) (2025-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* Allow for 2 buttons in Banner ([#83](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/83)) ([d203986](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/d2039869c1359906090b9973f2094753991a79ba))
7+
* Node 22 ([#86](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/86)) ([e66e1ca](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/e66e1caa61fcaaf28afc5d2df8b05a6908590fe2))
8+
19
## [2.6.15](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.14...v2.6.15) (2025-04-24)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeforlife",
33
"description": "Common frontend code",
44
"private": false,
5-
"version": "2.6.15",
5+
"version": "2.6.16",
66
"type": "module",
77
"scripts": {
88
"cli": "VITE_CONFIG=./vite.config.ts ../scripts/frontend/cli $@"

0 commit comments

Comments
 (0)