Skip to content

Commit 47ebf06

Browse files
chore: release v1.7.0
1 parent b3b718c commit 47ebf06

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.7.0] - 2023-12-27
911
### Added
1012
- Added `import` command which stores correct answers to problems submitted outside of the cli. ([#20](https://github.com/beakerandjake/advent-of-code-runner/issues/20) and [#240](https://github.com/beakerandjake/advent-of-code-runner/issues/240))
1113

@@ -65,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6567
### Added
6668
- Initial Release
6769

68-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.1...HEAD
70+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.7.0...HEAD
71+
[1.7.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.1...v1.7.0
6972
[1.6.1]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...v1.6.1
7073
[1.6.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.5.0...v1.6.0
7174
[1.5.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.4.0...v1.5.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advent-of-code-runner",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "CLI for running and submitting Advent of Code Puzzles",
55
"keywords": [
66
"adventofcode",

0 commit comments

Comments
 (0)