Skip to content

Commit

Permalink
chore(release): release 3.6.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.5](v3.6.4...v3.6.5) (2023-08-17)

### Bug Fixes

* deferred parsers should throw if not initialized ([b244cda](b244cda))

### Reverts

* keeping core exports for now ([8c2849d](8c2849d))
  • Loading branch information
semantic-release-bot committed Aug 17, 2023
1 parent b244cda commit a9df3e8
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.6.5](https://github.com/norskeld/sigma/compare/v3.6.4...v3.6.5) (2023-08-17)


### Bug Fixes

* deferred parsers should throw if not initialized ([b244cda](https://github.com/norskeld/sigma/commit/b244cda5b83aab805f66db2f4f8bd97d6ee2e0f2))


### Reverts

* keeping core exports for now ([8c2849d](https://github.com/norskeld/sigma/commit/8c2849db7935597bb015f3f074a743f21fb7252b))

## [3.6.4](https://github.com/norskeld/sigma/compare/v3.6.3...v3.6.4) (2023-07-03)


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

1 comment on commit a9df3e8

@vercel
Copy link

@vercel vercel bot commented on a9df3e8 Aug 17, 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.