diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e0e1f..911f677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1](https://github.com/BHC-IT/stronk-types/compare/v5.4.0...v5.4.1) (2023-09-19) + + +### Bug Fixes + +* **ObjectUtils:** Partialise uses Pick with Keys instead of keyof T ([8b2ebe1](https://github.com/BHC-IT/stronk-types/commit/8b2ebe16f8a269644516f7cc65a9b3c1be12ebca)) + # [5.4.0](https://github.com/BHC-IT/stronk-types/compare/v5.3.0...v5.4.0) (2023-09-18) diff --git a/package.json b/package.json index 9541ebb..e550eb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@bhc/stronk-types", "author": "Ludovic Fernandez", "description": "A collection of utilities types for very stronkly typed TS projects", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "homepage": "https://github.com/BHC-IT/stronk-types", "repository": {