Skip to content

Commit 257ca54

Browse files
chore: release v1.4.0
1 parent 3026d11 commit 257ca54

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ 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.4.0] - 2023-11-13
911
### Added
1012
- Added support for 2023 to the config file ([#226](https://github.com/beakerandjake/advent-of-code-runner/issues/226))
11-
### Fixed
12-
- Fix number of solvable problems to be 49 not 50 (day 25 only has one level) ([#224](https://github.com/beakerandjake/advent-of-code-runner/issues/224))
13+
1314
### Changed
1415
- Replaced inquirer package with @inquirer/prompts, will reduce package size. ([#230](https://github.com/beakerandjake/advent-of-code-runner/issues/230))
1516

17+
### Fixed
18+
- Fix number of solvable problems to be 49 not 50 (day 25 only has one level) ([#224](https://github.com/beakerandjake/advent-of-code-runner/issues/224))
19+
1620
## [1.3.6] - 2023-08-23
1721
### Fixed
1822
- Fix command text in template README file ([#221](https://github.com/beakerandjake/advent-of-code-runner/pull/221))
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3640
### Added
3741
- Initial Release
3842

39-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...HEAD
43+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.4.0...HEAD
44+
[1.4.0]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...v1.4.0
4045
[1.3.6]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...v1.3.6
4146
[1.3.5]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...v1.3.5
4247
[1.3.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...v1.3.4

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

0 commit comments

Comments
 (0)