Skip to content

Commit 88439e0

Browse files
committed
Prepare v2.0.0-beta2
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 488ec2e commit 88439e0

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+
## [v2.0.0-beta2]
12+
1113
### Changed
1214

1315
- Changed to force an update of the opam cache if the week number is changed.
@@ -205,7 +207,9 @@ that require it.
205207

206208
- Initial release.
207209

208-
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta...HEAD
210+
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta2...HEAD
211+
[v2.0.0-beta2]:
212+
https://github.com/avsm/setup-ocaml/compare/v2.0.0-beta...v2.0.0-beta2
209213
[2.0.0-beta]:
210214
https://github.com/avsm/setup-ocaml/compare/v2.0.0-alpha...v2.0.0-beta
211215
[2.0.0-alpha]:

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

0 commit comments

Comments
 (0)