Skip to content

Commit bbdb0fb

Browse files
committed
Prepare 3.0.0-beta1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 0a1157c commit bbdb0fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [3.0.0-beta1]
12+
1113
### Fixed
1214

1315
- Fix asset selector to select the correct opam release asset.
@@ -615,7 +617,8 @@ that require it.
615617

616618
- Initial release.
617619

618-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v3.0.0-beta...HEAD
620+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v3.0.0-beta1...HEAD
621+
[3.0.0-beta1]: https://github.com/ocaml/setup-ocaml/compare/v3.0.0-beta...v3.0.0-beta1
619622
[3.0.0-beta]: https://github.com/ocaml/setup-ocaml/compare/v3.0.0-alpha...v3.0.0-beta
620623
[3.0.0-alpha]: https://github.com/ocaml/setup-ocaml/compare/v2.2.10...v3.0.0-alpha
621624
[2.2.10]: https://github.com/ocaml/setup-ocaml/compare/v2.2.9...v2.2.10

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "setup-ocaml",
33
"private": true,
4+
"type": "module",
45
"workspaces": [
56
"packages/*"
67
],

0 commit comments

Comments
 (0)