Skip to content

Commit 7801712

Browse files
committed
Bump alchemy-json_api to 2.4.2
1 parent 0256e38 commit 7801712

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.2](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.2) (2025-06-17)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.1...v2.4.2)
6+
7+
**Merged pull requests:**
8+
9+
- fix\(ingredient/page\_serializer\): Wrap page in decorator [\#96](https://github.com/AlchemyCMS/alchemy-json_api/pull/96) ([tvdeyen](https://github.com/tvdeyen))
10+
311
## [v2.4.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.1) (2025-01-24)
412

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

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.1"
5+
VERSION = "2.4.2"
66
end
77
end

0 commit comments

Comments
 (0)