Skip to content

Commit

Permalink
chore(release): release 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](v2.1.2...v2.1.3) (2022-05-31)

### Bug Fixes

* **combinators/choice:** get rid of non-null assertion and refactor a bit ([2f0a9f9](2f0a9f9))
* **combinators/sepBy:** remove unreachable `return` ([7b3a9d0](7b3a9d0))
* **parsers/float:** do not return `input` ([bd92d3d](bd92d3d))
  • Loading branch information
semantic-release-bot committed May 31, 2022
1 parent 7b3a9d0 commit f60a72c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.3](https://github.com/norskeld/sigma/compare/v2.1.2...v2.1.3) (2022-05-31)


### Bug Fixes

* **combinators/choice:** get rid of non-null assertion and refactor a bit ([2f0a9f9](https://github.com/norskeld/sigma/commit/2f0a9f927ce903bf8d9252ba7554b278f4487722))
* **combinators/sepBy:** remove unreachable `return` ([7b3a9d0](https://github.com/norskeld/sigma/commit/7b3a9d05f794b8e9fc60ed321d234ed13d706ec0))
* **parsers/float:** do not return `input` ([bd92d3d](https://github.com/norskeld/sigma/commit/bd92d3d7256ced7273449290493a7d623e6ac298))

## [2.1.2](https://github.com/norskeld/sigma/compare/v2.1.1...v2.1.2) (2022-05-31)


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": "@nrsk/sigma",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"sideEffects": false,
"main": "./index.cjs",
Expand Down

1 comment on commit f60a72c

@vercel
Copy link

@vercel vercel bot commented on f60a72c May 31, 2022

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.