Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2023-06-01)

### Bug Fixes

* **Conditionals:** Extends doesn't respect `extends` keyword behaviour ([530c4ea](530c4ea))

### chore

* **Object:** Remove Entry (use Entries instead) ([18c3044](18c3044))

### Features

* **Conditionals:** Add MutuallyExtend ([831563b](831563b))
* **Object:** Add Entries ([ffc8c1e](ffc8c1e))
* **Object:** Add Entries ([cc9df2a](cc9df2a))
* **Object:** Add ObjectEntry and PartialRecord ([34dd411](34dd411))
* **Object:** Add Values ([bdd7479](bdd7479))

### BREAKING CHANGES

* **Object:** Entry has been removed
  • Loading branch information
bhc-bot committed Jun 1, 2023
1 parent 3a49c44 commit 3a4306d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [3.0.0](https://github.com/BHC-IT/stronk-types/compare/v2.1.0...v3.0.0) (2023-06-01)


### Bug Fixes

* **Conditionals:** Extends doesn't respect `extends` keyword behaviour ([530c4ea](https://github.com/BHC-IT/stronk-types/commit/530c4ea802bcb5d13c8f00d7a67764cb96ef6a6a))


### chore

* **Object:** Remove Entry (use Entries instead) ([18c3044](https://github.com/BHC-IT/stronk-types/commit/18c304479ae73be44f4259b39ba5359c1c6953dd))


### Features

* **Conditionals:** Add MutuallyExtend ([831563b](https://github.com/BHC-IT/stronk-types/commit/831563b80472a4f33f36496248566dce040b820f))
* **Object:** Add Entries ([ffc8c1e](https://github.com/BHC-IT/stronk-types/commit/ffc8c1e3aa329813d8837c8b40b3373d5eefbe27))
* **Object:** Add Entries ([cc9df2a](https://github.com/BHC-IT/stronk-types/commit/cc9df2adc28cd7bcb8fcf8a885bf74c0cf0195f7))
* **Object:** Add ObjectEntry and PartialRecord ([34dd411](https://github.com/BHC-IT/stronk-types/commit/34dd411065eb1e9d1511732666286d64ad474364))
* **Object:** Add Values ([bdd7479](https://github.com/BHC-IT/stronk-types/commit/bdd7479ec5605ef7efeefb70ed718091d4252678))


### BREAKING CHANGES

* **Object:** Entry has been removed

# [2.1.0](https://github.com/BHC-IT/stronk-types/compare/v2.0.0...v2.1.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.1.0",
"version": "3.0.0",
"license": "MIT",
"homepage": "https://github.com/BHC-IT/stronk-types",
"repository": {
Expand Down

0 comments on commit 3a4306d

Please sign in to comment.