Skip to content

Commit 2fd1297

Browse files
chore(release): 1.5.2 [skip ci]
## [1.5.2](v1.5.1...v1.5.2) (2022-10-31) ### Bug Fixes * use correct binding for member and function calls ([e5207e3](e5207e3))
1 parent 032f32a commit 2fd1297

File tree

3 files changed

+52
-24
lines changed

3 files changed

+52
-24
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.2](https://github.com/6utt3rfly/jse-eval/compare/v1.5.1...v1.5.2) (2022-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* use correct binding for member and function calls ([e5207e3](https://github.com/6utt3rfly/jse-eval/commit/e5207e31fc032e12f0d8f1979be88b578648217b))
7+
18
## [1.5.1](https://github.com/6utt3rfly/jse-eval/compare/v1.5.0...v1.5.1) (2022-07-10)
29

310

package-lock.json

+44-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jse-eval",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "JavaScript expression parsing and evaluation.",
55
"source": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)