Skip to content

Commit

Permalink
build: 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@jsep-plugin/assignment-v1.3.0](https://github.com/EricSmekens/jsep/compare/@jsep-plugin/assignment-v1.2.1...@jsep-plugin/assignment-v1.3.0) (2024-11-05)

### Bug Fixes

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

### Features

* add logical assignment operators ||= &&= ??= (es2021) ([773a063](773a063))
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent 847efa7 commit 15dfe58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/assignment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [@jsep-plugin/assignment-v1.3.0](https://github.com/EricSmekens/jsep/compare/@jsep-plugin/assignment-v1.2.1...@jsep-plugin/assignment-v1.3.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 logical assignment operators ||= &&= ??= (es2021) ([773a063](https://github.com/EricSmekens/jsep/commit/773a0631785648862baceb76ba5c5574237fe999))

# [@jsep-plugin/assignment-v1.2.1](https://github.com/EricSmekens/jsep/compare/@jsep-plugin/assignment-v1.2.0...@jsep-plugin/assignment-v1.2.1) (2022-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/assignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsep-plugin/assignment",
"version": "1.2.1",
"version": "1.3.0",
"description": "Adds assignment expression support",
"author": "Shelly (https://github.com/6utt3rfly)",
"maintainers": [
Expand Down

0 comments on commit 15dfe58

Please sign in to comment.