Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.1 (2025-12-23)

## What's Changed
* Add reusable release workflows by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/142
* fix(Page): Remove `"page_layout"` from `ransackable_attributes`. by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/144
* Bump vitest from 4.0.10 to 4.0.12 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/137
* Bump prettier from 3.6.2 to 3.7.4 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/141


**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.0.0...v4.0.
## [v4.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v4.0.0) (2025-11-18)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/package-v3.0.1...v4.0.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 = "4.0.0"
VERSION = "4.0.1"
end
end
Loading