Skip to content

Commit 1c6b559

Browse files
committed
Prepare v2.0.0-beta6
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 6141877 commit 1c6b559

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

1315
- Unlock opam 2.1 on the Ubuntu and macOS runners.
@@ -244,7 +246,9 @@ that require it.
244246

245247
- Initial release.
246248

247-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta5...HEAD
249+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta6...HEAD
250+
[2.0.0-beta6]:
251+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta5...v2.0.0-beta6
248252
[2.0.0-beta5]:
249253
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta4...v2.0.0-beta5
250254
[2.0.0-beta4]:

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

0 commit comments

Comments
 (0)