Skip to content

Commit 7ae7aba

Browse files
committed
Prepare v2.0.3
Signed-off-by: Sora Morimoto <[email protected]>
1 parent d8e69c6 commit 7ae7aba

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [2.0.3]
12+
1113
### Added
1214

1315
- Expose the `enable-jekyll` alias to the `enable_jekyll` input for deploy-doc
@@ -330,8 +332,9 @@ that require it.
330332

331333
- Initial release.
332334

333-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.2...HEAD
334-
[2.0.1]: https://github.com/ocaml/setup-ocaml/compare/v2.0.1...v2.0.2
335+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.3...HEAD
336+
[2.0.3]: https://github.com/ocaml/setup-ocaml/compare/v2.0.2...v2.0.3
337+
[2.0.2]: https://github.com/ocaml/setup-ocaml/compare/v2.0.1...v2.0.2
335338
[2.0.1]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0...v2.0.1
336339
[2.0.0]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta13...v2.0.0
337340
[2.0.0-beta13]:

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

0 commit comments

Comments
 (0)