From 93726a34da6bfe6225e744780646526172668eb1 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 27 Jul 2024 16:28:11 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.17.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": [