Skip to content

Commit

Permalink
Bump alchemy-json_api to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 9, 2025
1 parent be1aeba commit 44f13c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v2.4.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.0) (2025-01-09)

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

**Merged pull requests:**

- Build .mjs \(ES Modules\) as well [\#87](https://github.com/AlchemyCMS/alchemy-json_api/pull/87) ([tvdeyen](https://github.com/tvdeyen))
- Allow jsonapi.rb v2.1 [\#86](https://github.com/AlchemyCMS/alchemy-json_api/pull/86) ([manleyac](https://github.com/manleyac))
- Remove EssenceSerializer mixin [\#85](https://github.com/AlchemyCMS/alchemy-json_api/pull/85) ([tvdeyen](https://github.com/tvdeyen))
- Remove element from IngredientSerializer [\#84](https://github.com/AlchemyCMS/alchemy-json_api/pull/84) ([tvdeyen](https://github.com/tvdeyen))

## [v2.3.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.3.0) (2024-06-10)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.2.0...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/json_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Alchemy
module JsonApi
VERSION = "2.3.0"
VERSION = "2.4.0"
end
end

0 comments on commit 44f13c2

Please sign in to comment.