Skip to content

Commit

Permalink
chore: release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2023
1 parent 4eba2cb commit 06ad802
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

Expand All @@ -18,6 +19,7 @@ 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.3.3...HEAD
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.4...HEAD
[1.3.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/beakerandjake/advent-of-code-runner/releases/tag/v1.3.2
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advent-of-code-runner",
"version": "1.3.3",
"version": "1.3.4",
"description": "CLI for running and submitting Advent of Code Puzzles",
"keywords": [
"adventofcode",
Expand Down

0 comments on commit 06ad802

Please sign in to comment.