Skip to content

Commit 9a7278a

Browse files
committed
Bump alchemy-json_api to 2.4.3
1 parent 1c5d503 commit 9a7278a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v2.4.3](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.3) (2025-06-17)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.2...v2.4.3)
6+
7+
**Merged pull requests:**
8+
9+
- Fix ingredient page serializer again [\#98](https://github.com/AlchemyCMS/alchemy-json_api/pull/98) ([tvdeyen](https://github.com/tvdeyen))
10+
311
## [v2.4.2](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.2) (2025-06-17)
412

513
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.1...v2.4.2)

lib/alchemy/json_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Alchemy
44
module JsonApi
5-
VERSION = "2.4.2"
5+
VERSION = "2.4.3"
66
end
77
end

0 commit comments

Comments
 (0)