Skip to content

Commit 224a25e

Browse files
committed
Prepare v2.0.0-beta10
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 69536cd commit 224a25e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
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-beta10]
12+
1113
### Added
1214

1315
- Added "extends" experimentally.
@@ -274,7 +276,9 @@ that require it.
274276

275277
- Initial release.
276278

277-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta9...HEAD
279+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta10...HEAD
280+
[2.0.0-beta10]:
281+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta9...v2.0.0-beta10
278282
[2.0.0-beta9]:
279283
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta8...v2.0.0-beta9
280284
[2.0.0-beta8]:

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-beta9",
2+
"version": "2.0.0-beta10",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)