From 43837147cb7fcd9bf7090b4393bebd50513f6191 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Tue, 14 May 2024 11:02:15 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.13.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 1e3d479..5f8910f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/ehmpathy/type-fns/compare/v0.12.0...v1.13.0) (2024-05-14) + + +### Miscellaneous Chores + +* lift to v1 semver range ([#25](https://github.com/ehmpathy/type-fns/issues/25)) ([5e297d8](https://github.com/ehmpathy/type-fns/commit/5e297d8b945ef33810b0ad63591ac1218c284d76)) + ## [0.12.0](https://github.com/ehmpathy/type-fns/compare/v0.11.0...v0.12.0) (2024-05-11) diff --git a/package-lock.json b/package-lock.json index 6228353..e4f1b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "0.12.0", + "version": "1.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "0.12.0", + "version": "1.13.0", "dependencies": { "@ehmpathy/error-fns": "1.0.2" }, diff --git a/package.json b/package.json index ce9db58..94474ac 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.12.0", + "version": "1.13.0", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [