diff --git a/CHANGELOG.md b/CHANGELOG.md index c1adfe1..df24995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/BHC-IT/stronk-types/compare/v5.1.1...v5.2.0) (2023-06-27) + + +### Features + +* **Conditionals:** Add IsUnion and corresponding Ifs ([66701bc](https://github.com/BHC-IT/stronk-types/commit/66701bc42872f4a52889302044efc0008a4bdc6d)) + ## [5.1.1](https://github.com/BHC-IT/stronk-types/compare/v5.1.0...v5.1.1) (2023-06-25) diff --git a/package.json b/package.json index e11b902..b19d613 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.1.1", + "version": "5.2.0", "license": "MIT", "homepage": "https://github.com/BHC-IT/stronk-types", "repository": {