Skip to content

Commit

Permalink
Prepare v2.0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Feb 21, 2023
1 parent 8ac9d30 commit 2ebd6fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [unreleased]

## [2.0.10]

### Fixed

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

- Initial release.

[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...HEAD
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...HEAD
[2.0.10]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...v2.0.10
[2.0.9]: https://github.com/ocaml/setup-ocaml/compare/v2.0.8...v2.0.9
[2.0.8]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...v2.0.7
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/post/index.js

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,5 +1,5 @@
{
"version": "2.0.9",
"version": "2.0.10",
"private": true,
"scripts": {
"fmt": "prettier --write .",
Expand Down

0 comments on commit 2ebd6fc

Please sign in to comment.