Skip to content

Commit b111c18

Browse files
chore: release v1.3.6
1 parent 7117972 commit b111c18

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ 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.3.6] - 2023-08-23
911
### Fixed
1012
- Fix command text in template README file ([#221](https://github.com/beakerandjake/advent-of-code-runner/pull/221))
13+
1114
### Security
1215
- Dependabot bump word-wrap package from 1.2.3 to 1.2.4 ([#220](https://github.com/beakerandjake/advent-of-code-runner/pull/220))
1316

@@ -27,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2730
### Added
2831
- Initial Release
2932

30-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...HEAD
33+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.6...HEAD
34+
[1.3.6]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...v1.3.6
3135
[1.3.5]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...v1.3.5
3236
[1.3.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...v1.3.4
3337
[1.3.3]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2...v1.3.3

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

0 commit comments

Comments
 (0)