diff --git a/changelog.md b/changelog.md index 5f8910f..2b1d245 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/ehmpathy/type-fns/compare/v1.13.0...v1.14.0) (2024-05-25) + + +### Features + +* **checks:** add isKeyOf check ([982f63d](https://github.com/ehmpathy/type-fns/commit/982f63ded16d1fbd3bd3bac77753399b395b37e7)) + ## [1.13.0](https://github.com/ehmpathy/type-fns/compare/v0.12.0...v1.13.0) (2024-05-14) diff --git a/package-lock.json b/package-lock.json index e4f1b77..752cebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "1.13.0", + "version": "1.14.0", "dependencies": { "@ehmpathy/error-fns": "1.0.2" }, diff --git a/package.json b/package.json index 94474ac..4806c5f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "type-fns", "author": "ehmpathy", "description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.", - "version": "1.13.0", + "version": "1.14.0", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [