Skip to content

Commit

Permalink
chore(release): 2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
cfl-bot committed Nov 20, 2024
1 parent f5edeec commit e85ae59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.5.1](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.5.0...v2.5.1) (2024-11-20)


### Bug Fixes

* 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))
* reuse release workflow ([#67](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/67)) ([f5edeec](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/f5edeec6992c02087178e3d848dee35949e4974a))

# [2.5.0](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.4.1...v2.5.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "codeforlife",
"description": "Common frontend code",
"private": true,
"version": "2.5.0",
"version": "2.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit e85ae59

Please sign in to comment.