Skip to content

Commit

Permalink
chore(main): release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 18, 2023
1 parent 24fe577 commit eba8820
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,31 @@
* fix explain document ([c125698](https://github.com/WGrape/lexer/commit/c1256980a7756736d967ff07ec76a8e5b2f29d63))
* fix version ([5635a8a](https://github.com/WGrape/lexer/commit/5635a8ac3416d91a09ad3bcb4ae8b89b0bb9805d))

## [1.9.0](https://github.com/WGrape/lexer/compare/v1.8.2...v1.9.0) (2023-03-18)


### Features

* add configure support and make some code cleaner ([bdde859](https://github.com/WGrape/lexer/commit/bdde8594961cabca869ad9e7603ec6a9b7bbc2bd))
* websit add comment feature ([5216151](https://github.com/WGrape/lexer/commit/521615151ae0235b9ef95b374d0e2ec26005abe6))


### Bug Fixes

* replace logo ([8ed5649](https://github.com/WGrape/lexer/commit/8ed5649b04ec37a4b1937f5f403f96858b665a4a))


### Styling

* adjuest websit comment style ([c57ef8b](https://github.com/WGrape/lexer/commit/c57ef8b8dd3d9d14ad086c214cecd2f25c66374c))


### Docs

* fix CHANGELOG.md ([9949b90](https://github.com/WGrape/lexer/commit/9949b9075a9bc9cd34a3d88a298cc9dfb99c518c))
* make doc better ([2d4f45c](https://github.com/WGrape/lexer/commit/2d4f45c17ba47cb6b8bb87b13875ab89d04384c8))
* make doc better ([9cb3bdd](https://github.com/WGrape/lexer/commit/9cb3bdd42541e1599922c5820a95db32101f3cc2))

### 6、Version :1.8.1
Release date :2021-12-20

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "chain-lexer",
"version": "1.8.2",
"version": "1.9.0",
"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 eba8820

Please sign in to comment.