Skip to content

Commit f385e71

Browse files
authored
Merge pull request #43 from Tatamo/feature/release-220
Release 2.2.0
2 parents 662d6b6 + 3be1031 commit f385e71

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.2.0]
4+
### Added
5+
- `task` and `contest` commands have some options to filter output ([#41](https://github.com/Tatamo/atcoder-cli/pull/41))
6+
37
## [2.1.1]
48
### Fixed
59
- Format strings in `task.submit` parameter in `template.json` did not work ([#37](https://github.com/Tatamo/atcoder-cli/pull/37))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atcoder-cli",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "AtCoder command line tools",
55
"keywords": [
66
"atcoder",

0 commit comments

Comments
 (0)