Skip to content

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent 27c6fa0 commit eb55c31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.8.0] - 2024-11-29
### Changed
- Updated configuration to support 2024. ([#246](https://github.com/beakerandjake/advent-of-code-runner/issues/247))

Expand Down Expand Up @@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial Release

[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.7.1...HEAD
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.1...v1.7.0
[1.6.1]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...v1.6.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advent-of-code-runner",
"version": "1.7.1",
"version": "1.8.0",
"description": "CLI for running and submitting Advent of Code Puzzles",
"keywords": [
"adventofcode",
Expand Down

0 comments on commit eb55c31

Please sign in to comment.