Skip to content

Commit 0652c52

Browse files
authored
Merge pull request #235 from ocaml/v2.0.0-beta4
Prepare v2.0.0-beta4
2 parents 5c9b4ef + bf7daab commit 0652c52

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

1315
- Set `OPAMSOLVERTIMEOUT` to `1000` to avoid a timeout even if the opam solver
@@ -225,7 +227,9 @@ that require it.
225227

226228
- Initial release.
227229

228-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta3...HEAD
230+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta4...HEAD
231+
[2.0.0-beta4]:
232+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta3...v2.0.0-beta4
229233
[2.0.0-beta3]:
230234
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta2...v2.0.0-beta3
231235
[2.0.0-beta2]:

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

0 commit comments

Comments
 (0)