Skip to content

Commit dcbca94

Browse files
committed
1.0.0-beta.12
1 parent 7a82706 commit dcbca94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next
1+
## 1.0.0-beta.12 (July 2, 2024)
22

33
- Added support for `_` as numeric separator for all kinds of number, e.g. `1_000`, `0xa0b1_c2d3`
44
- Extended shorthand syntax to define object entries (see [Shorthand syntax for entries](https://discoveryjs.github.io/jora/#article:jora-syntax-object-literal&!anchor=shorthand-syntax-for-entries))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jora",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.12",
44
"description": "JavaScript object query engine",
55
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
66
"repository": "discoveryjs/jora",

0 commit comments

Comments
 (0)