Skip to content

Commit 06ad802

Browse files
chore: release v1.3.4
1 parent 4eba2cb commit 06ad802

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.4] - 2023-02-14
1011
### Fixed
1112
- `downloadInput()` no longer trims the start of the text ([#216](https://github.com/beakerandjake/advent-of-code-runner/issues/216))
1213

@@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
### Added
1920
- Initial Release
2021

21-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...HEAD
22+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...HEAD
23+
[1.3.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...v1.3.4
2224
[1.3.3]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2...v1.3.3
2325
[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.3",
3+
"version": "1.3.4",
44
"description": "CLI for running and submitting Advent of Code Puzzles",
55
"keywords": [
66
"adventofcode",

0 commit comments

Comments
 (0)