Skip to content

Commit

Permalink
chore(release): 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2022-10-31)

### Bug Fixes

* use correct binding for member and function calls ([e5207e3](e5207e3))
  • Loading branch information
semantic-release-bot committed Oct 31, 2022
1 parent 032f32a commit 2fd1297
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.2](https://github.com/6utt3rfly/jse-eval/compare/v1.5.1...v1.5.2) (2022-10-31)


### Bug Fixes

* use correct binding for member and function calls ([e5207e3](https://github.com/6utt3rfly/jse-eval/commit/e5207e31fc032e12f0d8f1979be88b578648217b))

## [1.5.1](https://github.com/6utt3rfly/jse-eval/compare/v1.5.0...v1.5.1) (2022-07-10)


Expand Down
67 changes: 44 additions & 23 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": "jse-eval",
"version": "1.5.1",
"version": "1.5.2",
"description": "JavaScript expression parsing and evaluation.",
"source": "index.ts",
"type": "module",
Expand Down

0 comments on commit 2fd1297

Please sign in to comment.