Skip to content

Commit

Permalink
chore(release): release 3.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.4](v3.1.3...v3.1.4) (2023-01-14)

### Bug Fixes

* **types:** fix toUnion signature to correctly infer type ([4dca5e0](4dca5e0))
  • Loading branch information
semantic-release-bot committed Jan 14, 2023
1 parent 4dca5e0 commit 7073ae4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.4](https://github.com/norskeld/sigma/compare/v3.1.3...v3.1.4) (2023-01-14)


### Bug Fixes

* **types:** fix toUnion signature to correctly infer type ([4dca5e0](https://github.com/norskeld/sigma/commit/4dca5e0f7adb876ef0aa8bc7378a5bdca1affdcd))

## [3.1.3](https://github.com/norskeld/sigma/compare/v3.1.2...v3.1.3) (2023-01-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrsk/sigma",
"version": "3.1.3",
"version": "3.1.4",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"packageManager": "npm@8.10.0",
"sideEffects": false,
Expand Down

1 comment on commit 7073ae4

@vercel
Copy link

@vercel vercel bot commented on 7073ae4 Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.