Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Oct 4, 2023
1 parent be211e1 commit 4902302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to semantic versioning.

## 0.4.1 (2023-10-04)

Fixes pattern matching branches which return `undefined` in `matchX` and `matchXW`.

## 0.4.0 (2023-05-16)

Adds supports for convenient "strict" pattern matching without access to member values, denoted by an "X" suffix.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unsplash/sum-types",
"description": "Safe, ergonomic, non-generic sum types in TypeScript.",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"author": "Unsplash",
"repository": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
}
}
}

0 comments on commit 4902302

Please sign in to comment.