Skip to content

Commit 340a504

Browse files
committed
bump version
1 parent aa479c7 commit 340a504

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
- Add `:any` type to skip type validation for a given param.
6+
37
## 1.2.7
48

59
- Fix issue where the JSONAPI formatter did not ignore `meta` when `data` is omitted.

lib/typed_params/version.rb

Lines changed: 1 addition & 1 deletion
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.7'
4+
VERSION = '1.3.0'
55
end

0 commit comments

Comments
 (0)