File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to
8
8
9
9
## [ unreleased]
10
10
11
+ ## [ 3.0.0-beta1]
12
+
11
13
### Fixed
12
14
13
15
- Fix asset selector to select the correct opam release asset.
@@ -615,7 +617,8 @@ that require it.
615
617
616
618
- Initial release.
617
619
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
619
622
[ 3.0.0-beta ] : https://github.com/ocaml/setup-ocaml/compare/v3.0.0-alpha...v3.0.0-beta
620
623
[ 3.0.0-alpha ] : https://github.com/ocaml/setup-ocaml/compare/v2.2.10...v3.0.0-alpha
621
624
[ 2.2.10 ] : https://github.com/ocaml/setup-ocaml/compare/v2.2.9...v2.2.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ocaml" ,
3
3
"private" : true ,
4
+ "type" : " module" ,
4
5
"workspaces" : [
5
6
" packages/*"
6
7
],
You can’t perform that action at this time.
0 commit comments