Skip to content

Commit

Permalink
Mark version 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 16, 2024
1 parent d2d76db commit e8bbd9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.13 (2024-01-16)

### Bug fixes

Fix inverted relative precedence of `&`, `|`, and `^` bitwise operators.

Add an explicit dependency on @lezer/common ^1.2.0.

## 1.4.12 (2024-01-04)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lezer/javascript",
"version": "1.4.12",
"version": "1.4.13",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
Expand Down

0 comments on commit e8bbd9d

Please sign in to comment.