Skip to content

Commit

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

### Bug Fixes

* **combinators/sepBy:** fix behavior & improve perf ([f709a30](f709a30))
  • Loading branch information
semantic-release-bot committed May 31, 2022
1 parent cc88ef9 commit 19e07b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.2](https://github.com/norskeld/sigma/compare/v2.1.1...v2.1.2) (2022-05-31)


### Bug Fixes

* **combinators/sepBy:** fix behavior & improve perf ([f709a30](https://github.com/norskeld/sigma/commit/f709a304782b5048ed0b5fe7b360f4dfe65d446f))

## [2.1.1](https://github.com/norskeld/sigma/compare/v2.1.0...v2.1.1) (2022-05-14)


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

1 comment on commit 19e07b1

@vercel
Copy link

@vercel vercel bot commented on 19e07b1 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.