Skip to content

Commit

Permalink
chore(release): release 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2023-01-16)

### Bug Fixes

* **parsers/string:** correctly determine pos without getting out of bounds ([9927128](9927128))

### Features

* **combinators/lookahead:** add `lookahead` combinator ([497c7a8](497c7a8))
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent 497c7a8 commit e5207fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.4.0](https://github.com/norskeld/sigma/compare/v3.3.0...v3.4.0) (2023-01-16)


### Bug Fixes

* **parsers/string:** correctly determine pos without getting out of bounds ([9927128](https://github.com/norskeld/sigma/commit/9927128f8ce104dbd9566e30606295ca504700c4))


### Features

* **combinators/lookahead:** add `lookahead` combinator ([497c7a8](https://github.com/norskeld/sigma/commit/497c7a8fd0ef37d225cebb21ba67e53a1b6c2116))

# [3.3.0](https://github.com/norskeld/sigma/compare/v3.2.0...v3.3.0) (2023-01-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.3.0",
"version": "3.4.0",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down

1 comment on commit e5207fd

@vercel
Copy link

@vercel vercel bot commented on e5207fd Jan 16, 2023

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.