Skip to content

Commit 8623269

Browse files
committed
Bump version to v4.0.0
1 parent 42bdb53 commit 8623269

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v4.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v4.0.0) (2025-11-18)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/package-v3.0.1...v4.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update to Alchemy 8.0 [\#136](https://github.com/AlchemyCMS/alchemy-json_api/pull/136) ([tvdeyen](https://github.com/tvdeyen))
10+
- Update vite to 7.2.2 [\#135](https://github.com/AlchemyCMS/alchemy-json_api/pull/135) ([tvdeyen](https://github.com/tvdeyen))
11+
- Bump vitest from 3.2.4 to 4.0.7 in the vitest group [\#132](https://github.com/AlchemyCMS/alchemy-json_api/pull/132) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
13+
## [package-v3.0.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/package-v3.0.1) (2025-09-23)
14+
15+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v3.0.0...package-v3.0.1)
16+
17+
**Merged pull requests:**
18+
19+
- Bump vite from 7.1.4 to 7.1.6 [\#124](https://github.com/AlchemyCMS/alchemy-json_api/pull/124) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- feat: remove structuredClone polyfill [\#122](https://github.com/AlchemyCMS/alchemy-json_api/pull/122) ([tvdeyen](https://github.com/tvdeyen))
21+
- Bump vite from 7.0.6 to 7.1.4 [\#121](https://github.com/AlchemyCMS/alchemy-json_api/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump vite from 7.0.5 to 7.0.6 [\#117](https://github.com/AlchemyCMS/alchemy-json_api/pull/117) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
324
## [v3.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v3.0.0) (2025-07-17)
425

526
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/package-v3.0.0...v3.0.0)

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 = "3.0.0"
5+
VERSION = "4.0.0"
66
end
77
end

0 commit comments

Comments
 (0)