Skip to content

Commit 043beb2

Browse files
committed
Prepare v2.0.0-beta11
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 01824f7 commit 043beb2

File tree

5 files changed

+134
-58
lines changed

5 files changed

+134
-58
lines changed

CHANGELOG.md

Lines changed: 5 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.0-beta11]
12+
1113
### Fixed
1214

1315
- Add support for more styles for the ocamlformat configuration in lint-fmt
@@ -281,7 +283,9 @@ that require it.
281283

282284
- Initial release.
283285

284-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta10...HEAD
286+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta11...HEAD
287+
[2.0.0-beta11]:
288+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta10...v2.0.0-beta11
285289
[2.0.0-beta10]:
286290
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta9...v2.0.0-beta10
287291
[2.0.0-beta9]:

dist/index.js

Lines changed: 39 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 39 additions & 3 deletions
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.0-beta10",
2+
"version": "2.0.0-beta11",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)