Skip to content

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2022-05-13)

### Performance Improvements

* add language for northeastern-china ([bb715fb](bb715fb))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 3e55a40 commit bbfdc76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [1.9.1](https://github.com/StableAgOH/lscontests/compare/v1.9.0...v1.9.1) (2022-05-13)


### Performance Improvements

* add language for northeastern-china ([bb715fb](https://github.com/StableAgOH/lscontests/commit/bb715fbe34cf799a99f8f27ede174f403b735b05))

# [1.9.0](https://github.com/StableAgOH/lscontests/compare/v1.8.13...v1.9.0) (2022-05-13)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Options:
-l, --list list all supported OJ and it's abbreviation
-o, --oj <ojs...> OJs to display (choices: "at", "cf", "lg", "nc")
-r, --raw print raw contest list
-L, --language <lang> set output language (choices: "en", "zh-CN", "zh-TW",
default: "zh-CN")
-L, --language <lang> set output language (choices: "en", "zh-CN", "zh-NE",
"zh-TW", default: "zh-CN")
--no-sort do not sort by contests start time, but by OJ order
-h, --help display help for command
```
Expand All @@ -50,7 +50,7 @@ Options:
It performs as follows:

<!-- block_cli begin -->
(*The following content was automatically generated in Fri, 13 May 2022 15:28:45 GMT*)
(*The following content was automatically generated in Fri, 13 May 2022 15:42:43 GMT*)

<details>
<summary> <code>> lsct </code> </summary>
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": "lscontests",
"version": "1.9.0",
"version": "1.9.1",
"description": "A tool to get information about the contests on each OJ",
"keywords": [
"cli",
Expand Down

0 comments on commit bbfdc76

Please sign in to comment.