Skip to content

Commit ae0a49a

Browse files
chore(release): v0.1.2
1 parent ec82d7f commit ae0a49a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/hungry-shrimps-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lezer-python-regex
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- ec82d7f: Fix python regex grammar, add tests and update highlights
8+
39
## 0.1.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lezer-python-regex",
33
"description": "A Lezer grammar for parsing Python regular expressions",
44
"private": false,
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"type": "module",
77
"files": [
88
"dist",

0 commit comments

Comments
 (0)