Skip to content

Commit e6529f6

Browse files
committed
published v4.1.3
1 parent 5125d13 commit e6529f6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 4.1.3
4+
5+
### Added:
6+
- [x] Support for unicode hexes `\uXXXX` [#20](https://github.com/AjaniBilby/BNF-parser/pull/20) by [@zanerock](https://github.com/zanerock)
7+
38
## Version 4.1.1
49

510
### Fixes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnf-parser",
3-
"version": "4.1.1",
3+
"version": "4.1.3",
44
"description": "Deterministic BNF compiler/parser",
55
"homepage": "https://bnf-parser.ajanibilby.com",
66
"main": "./bin/index.js",

0 commit comments

Comments
 (0)