Skip to content

Commit 2ebd6fc

Browse files
committed
Prepare v2.0.10
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 8ac9d30 commit 2ebd6fc

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.10]
12+
1113
### Fixed
1214

1315
- Speed up caching and get rid of bugs and hacks on Windows.
@@ -385,7 +387,8 @@ that require it.
385387

386388
- Initial release.
387389

388-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...HEAD
390+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...HEAD
391+
[2.0.10]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...v2.0.10
389392
[2.0.9]: https://github.com/ocaml/setup-ocaml/compare/v2.0.8...v2.0.9
390393
[2.0.8]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...v2.0.8
391394
[2.0.7]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...v2.0.7

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.9",
2+
"version": "2.0.10",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)