Skip to content

Commit 2d167ee

Browse files
chore(release): 2.14.0 [skip ci]
# [2.14.0](v2.13.1...v2.14.0) (2025-10-23) ### Bug Fixes * optional quoted attributes ([49c5ded](49c5ded)) * rails constraint ([1688d33](1688d33)) * rspec-rails constraint ([c68d1c0](c68d1c0)) ### Features * literal bracket initializer ([a6f7ebe](a6f7ebe))
1 parent a6f7ebe commit 2d167ee

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.14.0](https://github.com/mattkhan/jsonapi-resources-anchor/compare/v2.13.1...v2.14.0) (2025-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* optional quoted attributes ([49c5ded](https://github.com/mattkhan/jsonapi-resources-anchor/commit/49c5dede2018a4e35dc953526dbb01a6ad758e04))
7+
* rails constraint ([1688d33](https://github.com/mattkhan/jsonapi-resources-anchor/commit/1688d331d73a552ef1e251be780b75f48637969a))
8+
* rspec-rails constraint ([c68d1c0](https://github.com/mattkhan/jsonapi-resources-anchor/commit/c68d1c0b8596a16ac93994e9790d5e3c0e06991e))
9+
10+
11+
### Features
12+
13+
* literal bracket initializer ([a6f7ebe](https://github.com/mattkhan/jsonapi-resources-anchor/commit/a6f7ebec419f5bae55e8418e53b964fce3e3c491))
14+
115
## [2.13.2](https://github.com/mattkhan/jsonapi-resources-anchor/compare/v2.13.1...v2.13.2) (2025-10-23)
216

317

lib/anchor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Anchor
2-
VERSION = "2.13.2"
2+
VERSION = "2.14.0"
33
end

0 commit comments

Comments
 (0)