Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2023-06-17)

### Code Refactoring

* **Util:** MergeInserstions now goes deep by default ([11f434d](11f434d))

### BREAKING CHANGES

* **Util:** MergeInsertions goes deep by default. To merge only top level, use `MergeInsertions.TopLevel`
  • Loading branch information
bhc-bot committed Jun 17, 2023
1 parent 11f434d commit b9f3abf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.0.2](https://github.com/BHC-IT/stronk-types/compare/v5.0.1...v5.0.2) (2023-06-17)


### Code Refactoring

* **Util:** MergeInserstions now goes deep by default ([11f434d](https://github.com/BHC-IT/stronk-types/commit/11f434d9ecc8d2ecb4105e7f2e42f815bb2a2976))


### BREAKING CHANGES

* **Util:** MergeInsertions goes deep by default. To merge only top level, use `MergeInsertions.TopLevel`

## [5.0.1](https://github.com/BHC-IT/stronk-types/compare/v5.0.0...v5.0.1) (2023-06-13)


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.0.1",
"version": "5.0.2",
"license": "MIT",
"homepage": "https://github.com/BHC-IT/stronk-types",
"repository": {
Expand Down

0 comments on commit b9f3abf

Please sign in to comment.