Skip to content

Commit 7946515

Browse files
chore: release v1.6.1
1 parent f877685 commit 7946515

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.6.1] - 2023-12-01
911
### Fixed
1012
- Fixed issue with puzzle unlock time being 2pm EST instead of midnight EST ([#238](https://github.com/beakerandjake/advent-of-code-runner/issues/238))
1113

@@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6163
### Added
6264
- Initial Release
6365

64-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...HEAD
66+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.1...HEAD
67+
[1.6.1]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...v1.6.1
6568
[1.6.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.5.0...v1.6.0
6669
[1.5.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.4.0...v1.5.0
6770
[1.4.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...v1.4.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.0",
3+
"version": "1.6.1",
44
"description": "CLI for running and submitting Advent of Code Puzzles",
55
"keywords": [
66
"adventofcode",

0 commit comments

Comments
 (0)