diff --git a/changelog.md b/changelog.md index ae77322..4efdb37 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/ehmpathy/type-fns/compare/v1.16.0...v1.17.0) (2024-07-27) + + +### Features + +* **practs:** bump practs and resolve audit ([e1e7844](https://github.com/ehmpathy/type-fns/commit/e1e7844aedf4e5b805c5d72643606c20b5248dd6)) + ## [1.16.0](https://github.com/ehmpathy/type-fns/compare/v1.15.0...v1.16.0) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index f4d2e0e..0ecc369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "1.16.0", + "version": "1.17.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4c77d30..9b15f7a 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.16.0", + "version": "1.17.0", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [