Skip to content

Commit 106695d

Browse files
committed
Prepare v2.0.0-beta8
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 0a2bb49 commit 106695d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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-beta8]
12+
1113
### Changed
1214

1315
- Use 2.1 mode instead of 2.0 mode on the Ubuntu and macOS runners.
@@ -257,7 +259,9 @@ that require it.
257259

258260
- Initial release.
259261

260-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta7...HEAD
262+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta8...HEAD
263+
[2.0.0-beta8]:
264+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta7...v2.0.0-beta8
261265
[2.0.0-beta7]:
262266
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta6...v2.0.0-beta7
263267
[2.0.0-beta6]:

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

0 commit comments

Comments
 (0)