Skip to content

Commit

Permalink
build: 1.3.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.9](v1.3.8...v1.3.9) (2024-07-12)

### Bug Fixes

* add types add/remove/removeAll functions ([b4a5b1a](b4a5b1a)), closes [#238](#238)
* add types for SequenceExpressions ([d0cf015](d0cf015)), closes [#261](#261)
* detect unexpected ] in expression "[1,2][]" ([70b8ea6](70b8ea6)), closes [#256](#256)
* do not access prototype ([037d1db](037d1db)), closes [#239](#239)
* throwError return type ([e0df539](e0df539)), closes [#252](#252)
* update Array elements typing ([097ae12](097ae12))
  • Loading branch information
semantic-release-bot committed Jul 12, 2024
1 parent 2726f61 commit 0497757
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 @@
## [1.3.9](https://github.com/EricSmekens/jsep/compare/v1.3.8...v1.3.9) (2024-07-12)


### Bug Fixes

* add types add/remove/removeAll functions ([b4a5b1a](https://github.com/EricSmekens/jsep/commit/b4a5b1a9f3163f493b80bd13390c716a0f88fab3)), closes [#238](https://github.com/EricSmekens/jsep/issues/238)
* add types for SequenceExpressions ([d0cf015](https://github.com/EricSmekens/jsep/commit/d0cf015b08b5b3f16e6645be97402186932a555d)), closes [#261](https://github.com/EricSmekens/jsep/issues/261)
* detect unexpected ] in expression "[1,2][]" ([70b8ea6](https://github.com/EricSmekens/jsep/commit/70b8ea6942380feec8ad49b876dec8a7c125ea31)), closes [#256](https://github.com/EricSmekens/jsep/issues/256)
* do not access prototype ([037d1db](https://github.com/EricSmekens/jsep/commit/037d1dbf5f4bd9b98dd6a7ae4c7251f018452cce)), closes [#239](https://github.com/EricSmekens/jsep/issues/239)
* throwError return type ([e0df539](https://github.com/EricSmekens/jsep/commit/e0df539e188d9dfc1da21be57f227567788c951f)), closes [#252](https://github.com/EricSmekens/jsep/issues/252)
* update Array elements typing ([097ae12](https://github.com/EricSmekens/jsep/commit/097ae12a681f78720f1d6158184734bd5e7eea1c))

## [1.3.8](https://github.com/EricSmekens/jsep/compare/v1.3.7...v1.3.8) (2022-12-06)


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": "jsep",
"version": "1.3.8",
"version": "1.3.9",
"description": "a tiny JavaScript expression parser",
"author": "Stephen Oney <[email protected]> (http://from.so/)",
"maintainers": [
Expand Down

0 comments on commit 0497757

Please sign in to comment.