Skip to content

Commit

Permalink
chore(release): 5.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.4.1](v5.4.0...v5.4.1) (2023-09-19)

### Bug Fixes

* **ObjectUtils:** Partialise uses Pick with Keys instead of keyof T ([8b2ebe1](8b2ebe1))
  • Loading branch information
bhc-bot committed Sep 19, 2023
1 parent 8b2ebe1 commit 4e8b2a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4e8b2a8

Please sign in to comment.