Skip to content

Commit a8616d7

Browse files
committed
Prepare v2.0.0-beta
Signed-off-by: Sora Morimoto <[email protected]>
1 parent d53d9eb commit a8616d7

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-beta]
12+
1113
### Added
1214

1315
- ​Added `opam-repositories` input to support multiple opam repositories.
@@ -195,7 +197,9 @@ that require it.
195197

196198
- Initial release.
197199

198-
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-alpha...HEAD
200+
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta...HEAD
201+
[2.0.0-beta]:
202+
https://github.com/avsm/setup-ocaml/compare/v2.0.0-alpha...v2.0.0-beta
199203
[2.0.0-alpha]:
200204
https://github.com/avsm/setup-ocaml/compare/v1.1.11...v2.0.0-alpha
201205
[1.1.11]: https://github.com/avsm/setup-ocaml/compare/v1.1.9...v1.1.11

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

0 commit comments

Comments
 (0)