Skip to content

Commit d7c7be3

Browse files
chore: release vv1.3.2-beta.5
1 parent 1c6b646 commit d7c7be3

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.2-beta.5] - 2023-02-09
11+
1012
## [1.3.2-beta.4] - 2023-02-08
1113

1214
## [1.3.2-beta.3] - 2023-02-01
@@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3335
### Added
3436
- CHANGELOG is automatically updated during github release action.
3537

36-
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.4...HEAD
38+
[Unreleased]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.5...HEAD
39+
[1.3.2-beta.5]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.4...v1.3.2-beta.5
3740
[1.3.2-beta.4]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.3...v1.3.2-beta.4
3841
[1.3.2-beta.3]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.2...v1.3.2-beta.3
3942
[1.3.2-beta.2]: https://github.com/beakerandjake/advent-of-code-runner/compare/v1.3.2-beta.1...v1.3.2-beta.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.2-beta.4",
3+
"version": "1.3.2-beta.5",
44
"description": "CLI for running and submitting Advent of Code Puzzles",
55
"keywords": [
66
"adventofcode",

0 commit comments

Comments
 (0)