Skip to content

Commit 6773981

Browse files
committed
Prepare v2.0.0-beta7
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 7ae6bfd commit 6773981

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-beta7]
12+
1113
### Fixed
1214

1315
- Return an empty array to avoid depext failure when depext flags are not
@@ -251,7 +253,9 @@ that require it.
251253

252254
- Initial release.
253255

254-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta6...HEAD
256+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta7...HEAD
257+
[2.0.0-beta7]:
258+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta6...v2.0.0-beta7
255259
[2.0.0-beta6]:
256260
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta5...v2.0.0-beta6
257261
[2.0.0-beta5]:

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

0 commit comments

Comments
 (0)