Skip to content

Commit ad9283d

Browse files
committed
Prepare v2.0.14
Signed-off-by: Sora Morimoto <[email protected]>
1 parent dcc1dce commit ad9283d

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

99
## [unreleased]
1010

11+
## [2.0.14]
12+
13+
### Added
14+
15+
- Add support for nektos/act.
16+
1117
## [2.0.13]
1218

1319
### Fixed
@@ -58,7 +64,7 @@ and this project adheres to
5864

5965
## [2.0.7]
6066

61-
## Added
67+
### Added
6268

6369
- Define `CLICOLOR_FORCE=1` in CI runs.
6470

@@ -413,7 +419,8 @@ that require it.
413419

414420
- Initial release.
415421

416-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.13...HEAD
422+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.14...HEAD
423+
[2.0.14]: https://github.com/ocaml/setup-ocaml/compare/v2.0.13...v2.0.14
417424
[2.0.13]: https://github.com/ocaml/setup-ocaml/compare/v2.0.12...v2.0.13
418425
[2.0.12]: https://github.com/ocaml/setup-ocaml/compare/v2.0.11...v2.0.12
419426
[2.0.11]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...v2.0.11

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

0 commit comments

Comments
 (0)