diff --git a/changelog.md b/changelog.md index f847b2c..365f6c0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.1](https://github.com/ehmpathy/type-fns/compare/v0.9.0...v0.9.1) (2023-10-26) + + +### Bug Fixes + +* **checks:** include deletedAt as a common metadata key ([7791c38](https://github.com/ehmpathy/type-fns/commit/7791c380c0f3f6513ebe476b7915b364c398689a)) +* **docs:** remove outdated cicd badges ([7c6499a](https://github.com/ehmpathy/type-fns/commit/7c6499aa52c35353e2b303ee79f3fcc85e81d065)) + ## [0.9.0](https://github.com/ehmpathy/type-fns/compare/v0.8.1...v0.9.0) (2023-07-16) diff --git a/package-lock.json b/package-lock.json index 3c6caf2..ced29ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "0.9.0", + "version": "0.9.1", "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", diff --git a/package.json b/package.json index 06c0434..ed6a91c 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.0", + "version": "0.9.1", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [