Skip to content

Commit 44f13c2

Browse files
committed
Bump alchemy-json_api to 2.4.0
1 parent be1aeba commit 44f13c2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v2.4.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.0) (2025-01-09)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.3.0...v2.4.0)
6+
7+
**Merged pull requests:**
8+
9+
- Build .mjs \(ES Modules\) as well [\#87](https://github.com/AlchemyCMS/alchemy-json_api/pull/87) ([tvdeyen](https://github.com/tvdeyen))
10+
- Allow jsonapi.rb v2.1 [\#86](https://github.com/AlchemyCMS/alchemy-json_api/pull/86) ([manleyac](https://github.com/manleyac))
11+
- Remove EssenceSerializer mixin [\#85](https://github.com/AlchemyCMS/alchemy-json_api/pull/85) ([tvdeyen](https://github.com/tvdeyen))
12+
- Remove element from IngredientSerializer [\#84](https://github.com/AlchemyCMS/alchemy-json_api/pull/84) ([tvdeyen](https://github.com/tvdeyen))
13+
314
## [v2.3.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.3.0) (2024-06-10)
415

516
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.2.0...v2.3.0)

lib/alchemy/json_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Alchemy
44
module JsonApi
5-
VERSION = "2.3.0"
5+
VERSION = "2.4.0"
66
end
77
end

0 commit comments

Comments
 (0)