Skip to content

Commit

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

### Features

* **parsers/noneOf:** add `noneOf` parser ([d6bc81c](d6bc81c))
  • Loading branch information
semantic-release-bot committed Jul 4, 2022
1 parent d99715e commit 63e3166
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.7.0](https://github.com/norskeld/sigma/compare/v2.6.0...v2.7.0) (2022-07-04)


### Features

* **parsers/noneOf:** add `noneOf` parser ([d6bc81c](https://github.com/norskeld/sigma/commit/d6bc81c591cc5262183f9977bf54f45407aa9bc0))

# [2.6.0](https://github.com/norskeld/sigma/compare/v2.5.0...v2.6.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.6.0",
"version": "2.7.0",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"sideEffects": false,
"main": "./index.cjs",
Expand Down

1 comment on commit 63e3166

@vercel
Copy link

@vercel vercel bot commented on 63e3166 Jul 4, 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.