Skip to content

Commit

Permalink
chore(release): release 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2022-07-02)

### Features

* **combinators/sepBy1:** add `sepBy1` combinator ([52b7ddf](52b7ddf))
  • Loading branch information
semantic-release-bot committed Jul 2, 2022
1 parent a34fd8d commit 00166ae
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.4.0](https://github.com/norskeld/sigma/compare/v2.3.1...v2.4.0) (2022-07-02)


### Features

* **combinators/sepBy1:** add `sepBy1` combinator ([52b7ddf](https://github.com/norskeld/sigma/commit/52b7ddf6fbdab2daae9ac43d6f6055ed833ab0ad))

## [2.3.1](https://github.com/norskeld/sigma/compare/v2.3.0...v2.3.1) (2022-06-01)


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

1 comment on commit 00166ae

@vercel
Copy link

@vercel vercel bot commented on 00166ae Jul 2, 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.