Skip to content

Commit

Permalink
chore(release): release 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2022-07-12)

### Features

* **combinators/*Until:** add `takeUntil` and `skipUntil` combinators ([003f82d](003f82d))
  • Loading branch information
semantic-release-bot committed Jul 12, 2022
1 parent 3d9c2e7 commit 3393f1e
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.8.0](https://github.com/norskeld/sigma/compare/v2.7.0...v2.8.0) (2022-07-12)


### Features

* **combinators/*Until:** add `takeUntil` and `skipUntil` combinators ([003f82d](https://github.com/norskeld/sigma/commit/003f82d51c79349905dc5808aaca3e0725797021))

# [2.7.0](https://github.com/norskeld/sigma/compare/v2.6.0...v2.7.0) (2022-07-04)


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

1 comment on commit 3393f1e

@vercel
Copy link

@vercel vercel bot commented on 3393f1e Jul 12, 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.