Skip to content

Commit e85ae59

Browse files
committed
chore(release): 2.5.1 [skip ci]
## [2.5.1](v2.5.0...v2.5.1) (2024-11-20) ### Bug Fixes * Allow null requesting_to_join_class ([#68](#68)) ([241eed0](241eed0)) * reuse release workflow ([#67](#67)) ([f5edeec](f5edeec))
1 parent f5edeec commit e85ae59

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.5.1](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.5.0...v2.5.1) (2024-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Allow null requesting_to_join_class ([#68](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/68)) ([241eed0](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/241eed0440aea3721afa035571f003936dad578b))
7+
* reuse release workflow ([#67](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/67)) ([f5edeec](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/f5edeec6992c02087178e3d848dee35949e4974a))
8+
19
# [2.5.0](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.4.1...v2.5.0) (2024-10-25)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "codeforlife",
1111
"description": "Common frontend code",
1212
"private": true,
13-
"version": "2.5.0",
13+
"version": "2.5.1",
1414
"type": "module",
1515
"scripts": {
1616
"dev": "vite",

0 commit comments

Comments
 (0)