Skip to content

Commit

Permalink
chore(changesets): bump package version (#8)
Browse files Browse the repository at this point in the history
chore: bump package version

Co-authored-by: Luke Morales <lukemorales@live.com>
  • Loading branch information
github-actions[bot] and lukemorales authored Feb 12, 2023
1 parent d210075 commit 91e441e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-panthers-know.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# exhaustive

## 1.1.1

### Patch Changes

- [`d210075`](https://github.com/lukemorales/exhaustive/commit/d210075e1b7ee3e7a77b29f01d6137bf3be08aa7) Thanks [@lukemorales](https://github.com/lukemorales)! - Fix exhaustive compile checks

With the added support of exhaustive boolean checks, TypeScript stopped complaining if a key was missing in the exhaustive object due to how the new types were declared. The types were adjusted to bring back the expected behavior of TypesScript complaining at compile-time if you forget to handle all the use-cases.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exhaustive",
"version": "1.1.0",
"version": "1.1.1",
"description": "Exhaustiveness checking in TypeScript",
"author": "Luke Morales <lukemorales@live.com>",
"license": "MIT",
Expand Down

0 comments on commit 91e441e

Please sign in to comment.