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": [