diff --git a/changelog.md b/changelog.md index 365f6c0..59e2781 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.2](https://github.com/ehmpathy/type-fns/compare/v0.9.1...v0.9.2) (2024-04-24) + + +### Bug Fixes + +* **omit:** ensure omit satisfies Omit standard type ([90552cc](https://github.com/ehmpathy/type-fns/commit/90552cc459f663533ac12fde195d9f2c72137cda)) +* **pick:** ensure pick satisfies Pick standard type ([cc4fd3d](https://github.com/ehmpathy/type-fns/commit/cc4fd3d253a2d3280cfb135463da2319cdcc83a1)) + ## [0.9.1](https://github.com/ehmpathy/type-fns/compare/v0.9.0...v0.9.1) (2023-10-26) diff --git a/package-lock.json b/package-lock.json index ced29ab..e9b0412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "0.9.1", + "version": "0.9.2", "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", diff --git a/package.json b/package.json index ed6a91c..94e46a4 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": "0.9.1", + "version": "0.9.2", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [