Skip to content

Commit 0b0734d

Browse files
committed
bump patch
1 parent c8338c8 commit 0b0734d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.7
4+
5+
- Fix issue where the JSONAPI formatter did not ignore `meta` when `data` is omitted.
6+
37
## 1.2.6
48

59
- Fix issue where an empty param of type `hash` or `array` would not raise when a required but `allow_nil` child param was missing.
@@ -14,7 +18,7 @@
1418

1519
## 1.2.3
1620

17-
- Remove `alias` from child lookup criteria in JSONAPI serializer.
21+
- Remove `alias` from child lookup criteria in JSONAPI formatter.
1822

1923
## 1.2.2
2024

lib/typed_params/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TypedParams
4-
VERSION = '1.2.6'
4+
VERSION = '1.2.7'
55
end

0 commit comments

Comments
 (0)