Skip to content

Commit 5b1fc8c

Browse files
committed
Prepare v2.0.13
Signed-off-by: Sora Morimoto <[email protected]>
1 parent ec01f20 commit 5b1fc8c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [2.0.13]
12+
1113
### Fixed
1214

1315
- Ensure cache key creation works with local opam repositories.
@@ -411,7 +413,8 @@ that require it.
411413

412414
- Initial release.
413415

414-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.12...HEAD
416+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.13...HEAD
417+
[2.0.13]: https://github.com/ocaml/setup-ocaml/compare/v2.0.12...v2.0.13
415418
[2.0.12]: https://github.com/ocaml/setup-ocaml/compare/v2.0.11...v2.0.12
416419
[2.0.11]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...v2.0.11
417420
[2.0.10]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...v2.0.10

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 1 addition & 1 deletion
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,5 +1,5 @@
11
{
2-
"version": "2.0.12",
2+
"version": "2.0.13",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)