Skip to content

Commit

Permalink
chore(main): release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Sep 19, 2022
1 parent 11ff259 commit dd70f88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ desc :Add string escape support
#### Features
- Feat: add string escape support, [here](https://github.com/WGrape/lexer/pull/47) is the PR

## [1.8.2](https://github.com/WGrape/lexer/compare/1.8.1...v1.8.2) (2022-09-19)


### Docs

* add directory fold ([581d3aa](https://github.com/WGrape/lexer/commit/581d3aa2c58f499a3bb5d84a813ea61fba85bd51))
* fix explain document ([c125698](https://github.com/WGrape/lexer/commit/c1256980a7756736d967ff07ec76a8e5b2f29d63))
* fix version ([5635a8a](https://github.com/WGrape/lexer/commit/5635a8ac3416d91a09ad3bcb4ae8b89b0bb9805d))

### 5、Version :1.8.0
Release date :2021-10-16

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": "chain-lexer",
"version": "1.8.1",
"version": "1.8.2",
"description": "A lexical analyzer based on DFA that is built using JS and supports multi-language extensions",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit dd70f88

Please sign in to comment.