Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.1...v1.7.0) (2022-05-11)

### Bug Fixes

* throw an error when codeforces API errors ([f35d42d](f35d42d))

### Features

* support for outputting multiple language contests information string ([91b8ce9](91b8ce9))
  • Loading branch information
semantic-release-bot committed May 11, 2022
1 parent 91b8ce9 commit c41f4d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/StableAgOH/lscontests/compare/v1.6.1...v1.7.0) (2022-05-11)


### Bug Fixes

* throw an error when codeforces API errors ([f35d42d](https://github.com/StableAgOH/lscontests/commit/f35d42d42f19057778f040b35285f1df57b9b0e1))


### Features

* support for outputting multiple language contests information string ([91b8ce9](https://github.com/StableAgOH/lscontests/commit/91b8ce9dfa531c860080b5169ded6918db7c2cf5))

## [1.6.1](https://github.com/StableAgOH/lscontests/compare/v1.6.0...v1.6.1) (2022-05-11)


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.6.1",
"version": "1.7.0",
"description": "A tool to get information about the contests on each OJ",
"keywords": [
"cli",
Expand Down

0 comments on commit c41f4d2

Please sign in to comment.