Skip to content

Commit 8ff1130

Browse files
committed
Prepare v2.0.11
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0ba182c commit 8ff1130

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [2.0.11]
12+
1113
### Changed
1214

13-
- Don't install Cygwin's git or mercurial packages (reduces cache by ~90MB)
15+
- Don't install Cygwin's git or mercurial packages (reduces cache by ~90MB).
1416

1517
### Fixed
1618

@@ -395,7 +397,8 @@ that require it.
395397

396398
- Initial release.
397399

398-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...HEAD
400+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.11...HEAD
401+
[2.0.11]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...v2.0.11
399402
[2.0.10]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...v2.0.10
400403
[2.0.9]: https://github.com/ocaml/setup-ocaml/compare/v2.0.8...v2.0.9
401404
[2.0.8]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...v2.0.8

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

0 commit comments

Comments
 (0)