diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dc44e..2122098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ 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] -### Fixed -- 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)) + +## [1.6.0] - 2023-11-17 ### Changed - Remove dependencies: dom-serializer, domutils, htmlparser2 +### Fixed +- 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)) + ## [1.5.0] - 2023-11-16 ### Added - Add devDependencies: jest-extended @@ -56,7 +59,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.5.0...HEAD +[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...v1.4.0 [1.3.6]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...v1.3.6 diff --git a/package-lock.json b/package-lock.json index 921a516..2d94923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "advent-of-code-runner", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "advent-of-code-runner", - "version": "1.5.0", + "version": "1.6.0", "license": "GPL-3.0-or-later", "dependencies": { "@inquirer/prompts": "^3.3.0", diff --git a/package.json b/package.json index dde7a38..b6328ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advent-of-code-runner", - "version": "1.5.0", + "version": "1.6.0", "description": "CLI for running and submitting Advent of Code Puzzles", "keywords": [ "adventofcode",