Skip to content

Commit 10dc459

Browse files
committed
chore(release): 2.6.13 [skip ci]
## [2.6.13](v2.6.12...v2.6.13) (2025-03-25) ### Bug Fixes * char set validators ([#81](#81)) ([9ff1f60](9ff1f60))
1 parent 9ff1f60 commit 10dc459

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.6.13](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.12...v2.6.13) (2025-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* char set validators ([#81](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/81)) ([9ff1f60](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/9ff1f60808f4a50eb2cbcae997de4ae892665c28))
7+
18
## [2.6.12](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.11...v2.6.12) (2025-03-20)
29

310

package.json

Lines changed: 2 additions & 2 deletions
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.12",
5+
"version": "2.6.13",
66
"type": "module",
77
"scripts": {
88
"cli": "VITE_CONFIG=./vite.config.ts ../scripts/frontend/cli $@"
@@ -84,4 +84,4 @@
8484
"@semantic-release/github"
8585
]
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)