Skip to content

Commit 387102c

Browse files
chore: release v1.6.0
1 parent 66005ea commit 387102c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ 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-
### Fixed
10-
- Fix submission response parsing. Now handles more server responses with better output to the user. ([#223](https://github.com/beakerandjake/advent-of-code-runner/issues/223))
9+
10+
## [1.6.0] - 2023-11-17
1111
### Changed
1212
- Remove dependencies: dom-serializer, domutils, htmlparser2
1313

14+
### Fixed
15+
- Fix submission response parsing. Now handles more server responses with better output to the user. ([#223](https://github.com/beakerandjake/advent-of-code-runner/issues/223))
16+
1417
## [1.5.0] - 2023-11-16
1518
### Added
1619
- Add devDependencies: jest-extended
@@ -56,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5659
### Added
5760
- Initial Release
5861

59-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.5.0...HEAD
62+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...HEAD
63+
[1.6.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.5.0...v1.6.0
6064
[1.5.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.4.0...v1.5.0
6165
[1.4.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...v1.4.0
6266
[1.3.6]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...v1.3.6

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.5.0",
3+
"version": "1.6.0",
44
"description": "CLI for running and submitting Advent of Code Puzzles",
55
"keywords": [
66
"adventofcode",

0 commit comments

Comments
 (0)