Skip to content

Commit 8c3b208

Browse files
committed
Prepare v2.0.0-beta12
Signed-off-by: Sora Morimoto <[email protected]>
1 parent f898f9f commit 8c3b208

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

1315
- Fallback to the version in which the assets exist if no assets exist in the
@@ -291,7 +293,9 @@ that require it.
291293

292294
- Initial release.
293295

294-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta11...HEAD
296+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta12...HEAD
297+
[2.0.0-beta12]:
298+
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta11...v2.0.0-beta12
295299
[2.0.0-beta11]:
296300
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta10...v2.0.0-beta11
297301
[2.0.0-beta10]:

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

0 commit comments

Comments
 (0)