Skip to content

Commit

Permalink
build: 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.9...v1.4.0) (2024-11-05)

### Bug Fixes

* add license file to build output ([f6678fb](f6678fb)), closes [#267](#267)

### Features

* add nullish coallescing (??) and exponentiation (**) binary_ops ([7321a7b](7321a7b)), closes [#268](#268)
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent d8e1ead commit 6d5a74b
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.4.0](https://github.com/EricSmekens/jsep/compare/v1.3.9...v1.4.0) (2024-11-05)


### Bug Fixes

* add license file to build output ([f6678fb](https://github.com/EricSmekens/jsep/commit/f6678fb0869188e9c9575fed231864f75e99af74)), closes [#267](https://github.com/EricSmekens/jsep/issues/267)


### Features

* add nullish coallescing (??) and exponentiation (**) binary_ops ([7321a7b](https://github.com/EricSmekens/jsep/commit/7321a7be17e48868495a177e7ab3e690fdf84c9f)), closes [#268](https://github.com/EricSmekens/jsep/issues/268)

## [1.3.9](https://github.com/EricSmekens/jsep/compare/v1.3.8...v1.3.9) (2024-07-12)


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

0 comments on commit 6d5a74b

Please sign in to comment.