Skip to content

Commit

Permalink
1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 10, 2024
1 parent b3dafb2 commit 0ede56a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 1.0.0-beta.13 (September 10, 2024)

- Disallowed duplicate parameter names in function definitions, i.e., `($a, $a) => expr` is now prohibited
- Improved suggestions for the ternary operator (`?:`)
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": "jora",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "JavaScript object query engine",
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
"repository": "discoveryjs/jora",
Expand Down

0 comments on commit 0ede56a

Please sign in to comment.