Skip to content

Commit

Permalink
chore(release): release 3.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.1](v3.6.0...v3.6.1) (2023-02-21)

### Bug Fixes

* **types:** fix inference for some parsers, add type testing ([#75](#75)) ([80cccf0](80cccf0)), closes [#48](#48)
  • Loading branch information
semantic-release-bot committed Feb 21, 2023
1 parent 80cccf0 commit bafa35e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.6.1](https://github.com/norskeld/sigma/compare/v3.6.0...v3.6.1) (2023-02-21)


### Bug Fixes

* **types:** fix inference for some parsers, add type testing ([#75](https://github.com/norskeld/sigma/issues/75)) ([80cccf0](https://github.com/norskeld/sigma/commit/80cccf090c620cb1d715a9f49e45334b5f4307bd)), closes [#48](https://github.com/norskeld/sigma/issues/48)

# [3.6.0](https://github.com/norskeld/sigma/compare/v3.5.0...v3.6.0) (2023-01-17)


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

1 comment on commit bafa35e

@vercel
Copy link

@vercel vercel bot commented on bafa35e Feb 21, 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.