Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.9.0 #55

Merged
merged 1 commit into from
Mar 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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