Skip to content

Commit

Permalink
Prepare v2.0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Apr 20, 2023
1 parent dcc1dce commit ad9283d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [unreleased]

## [2.0.14]

### Added

- Add support for nektos/act.

## [2.0.13]

### Fixed
Expand Down Expand Up @@ -58,7 +64,7 @@ and this project adheres to

## [2.0.7]

## Added
### Added

- Define `CLICOLOR_FORCE=1` in CI runs.

Expand Down Expand Up @@ -413,7 +419,8 @@ that require it.

- Initial release.

[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.13...HEAD
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.14...HEAD
[2.0.14]: https://github.com/ocaml/setup-ocaml/compare/v2.0.13...v2.0.14
[2.0.13]: https://github.com/ocaml/setup-ocaml/compare/v2.0.12...v2.0.13
[2.0.12]: https://github.com/ocaml/setup-ocaml/compare/v2.0.11...v2.0.12
[2.0.11]: https://github.com/ocaml/setup-ocaml/compare/v2.0.10...v2.0.11
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.13",
"version": "2.0.14",
"private": true,
"scripts": {
"fmt": "prettier --write .",
Expand Down

0 comments on commit ad9283d

Please sign in to comment.