Skip to content

Commit bb4ebb3

Browse files
authored
Release v4.1.0 (#155)
## Release v4.1.0 <!-- Release notes generated using configuration in .github/release.yml at 4.1-stable --> ## What's Changed ### Breaking Changes * Update to Alchemy 8.1 by @tvdeyen in #153 ### Dependencies * Bump prettier from 3.7.4 to 3.8.1 by @dependabot[bot] in #151 * Bump vitest from 4.0.16 to 4.0.17 in the vitest group by @dependabot[bot] in #149 * Bump vite from 7.2.2 to 7.3.1 by @dependabot[bot] in #148 * Bump vitest from 4.0.17 to 4.0.18 in the vitest group by @dependabot[bot] in #152 ### Other Changes * Pass rubygems_api_key secret to release workflow by @tvdeyen in #147 **Full Changelog**: v4.0.1...v4.1.0 --- This PR was automatically created by the prepare-release workflow. Once merged, the gem will be automatically published to RubyGems.
2 parents 87e435c + 80831f6 commit bb4ebb3

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 4.1.0 (2026-02-02)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->
6+
7+
## What's Changed
8+
### Breaking Changes
9+
* Update to Alchemy 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/153
10+
### Dependencies
11+
* Bump prettier from 3.7.4 to 3.8.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/151
12+
* Bump vitest from 4.0.16 to 4.0.17 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/149
13+
* Bump vite from 7.2.2 to 7.3.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/148
14+
* Bump vitest from 4.0.17 to 4.0.18 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/152
15+
### Other Changes
16+
* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/147
17+
18+
19+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.0.1...v4.1.0
20+
321
## 4.0.1 (2025-12-23)
422

523
## What's Changed

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

0 commit comments

Comments
 (0)