Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-05-30)

### Bug Fixes

* **Object:** Missing file (kek) ([0dd6871](0dd6871))

### Features

* **Conditionals:** Add IfAny and IfNotAny ([7ed70b6](7ed70b6))
* **Conditionals:** Add NotExtends ([841080f](841080f))
* **Object:** Add Entry ([5a5237b](5a5237b))
* **Object:** Add IsKnown ([9fd75ce](9fd75ce))
* **Object:** add IsObject ([1c26d65](1c26d65))
  • Loading branch information
bhc-bot committed May 30, 2023
1 parent 2c7e30d commit 2a74000
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.1.0](https://github.com/BHC-IT/stronk-types/compare/v2.0.0...v2.1.0) (2023-05-30)


### Bug Fixes

* **Object:** Missing file (kek) ([0dd6871](https://github.com/BHC-IT/stronk-types/commit/0dd687122cff529d7ddc3525eab5077b3ccdf7b3))


### Features

* **Conditionals:** Add IfAny and IfNotAny ([7ed70b6](https://github.com/BHC-IT/stronk-types/commit/7ed70b6446f3d1a2c4a8a67012506578a4450b38))
* **Conditionals:** Add NotExtends ([841080f](https://github.com/BHC-IT/stronk-types/commit/841080f3d64ddc08207d4eaa946d3e65aa9d08e3))
* **Object:** Add Entry ([5a5237b](https://github.com/BHC-IT/stronk-types/commit/5a5237bfb332d3e78dce81befe69c66b5fb9ab0e))
* **Object:** Add IsKnown ([9fd75ce](https://github.com/BHC-IT/stronk-types/commit/9fd75ce900e2f27013088553bc42620973373e53))
* **Object:** add IsObject ([1c26d65](https://github.com/BHC-IT/stronk-types/commit/1c26d65590b0530cf81c565b98f58e5f37de8473))

# [2.0.0](https://github.com/BHC-IT/stronk-types/compare/v1.3.0...v2.0.0) (2023-05-30)


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

0 comments on commit 2a74000

Please sign in to comment.