Skip to content

Commit b991fc4

Browse files
committed
Prepare v2.0.7
Signed-off-by: Sora Morimoto <[email protected]>
1 parent a812142 commit b991fc4

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

1315
- Define `CLICOLOR_FORCE=1` in CI runs.
@@ -363,7 +365,8 @@ that require it.
363365

364366
- Initial release.
365367

366-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...HEAD
368+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...HEAD
369+
[2.0.7]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...v2.0.7
367370
[2.0.6]: https://github.com/ocaml/setup-ocaml/compare/v2.0.5...v2.0.6
368371
[2.0.5]: https://github.com/ocaml/setup-ocaml/compare/v2.0.4...v2.0.5
369372
[2.0.4]: https://github.com/ocaml/setup-ocaml/compare/v2.0.3...v2.0.4

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

0 commit comments

Comments
 (0)