Skip to content

Commit c38a471

Browse files
chore: release v1.3.5
1 parent 653945b commit c38a471

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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.5] - 2023-03-30
911
### Fixed
1012
- `downloadInput()` no longer trims the end of the text ([#218](https://github.com/beakerandjake/advent-of-code-runner/issues/218))
1113

@@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
### Added
2224
- Initial Release
2325

24-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...HEAD
26+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.5...HEAD
27+
[1.3.5]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...v1.3.5
2528
[1.3.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...v1.3.4
2629
[1.3.3]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2...v1.3.3
2730
[1.3.2]: https://github.com/beakerandjake/advent-of-code-runner/releases/tag/v1.3.2

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

0 commit comments

Comments
 (0)