Skip to content

Commit 09b1dfa

Browse files
committed
Prepare v2.0.0-beta9
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent ba2d659 commit 09b1dfa

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-beta9]
12+
1113
### Changed
1214

1315
- Increase the allowed artifact cache size from 5GB to 10GB.
@@ -263,7 +265,9 @@ that require it.
263265

264266
- Initial release.
265267

266-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta8...HEAD
268+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta9...HEAD
269+
[2.0.0-beta9]:
270+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta8...v2.0.0-beta9
267271
[2.0.0-beta8]:
268272
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta7...v2.0.0-beta8
269273
[2.0.0-beta7]:

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

0 commit comments

Comments
 (0)