Skip to content

Commit 3df20a2

Browse files
committed
Prepare v2.0.9
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 6271b94 commit 3df20a2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 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.9]
12+
1113
### Fixed
1214

1315
- Take the sandbox option value into account when computing the cache key
@@ -379,7 +381,8 @@ that require it.
379381

380382
- Initial release.
381383

382-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.8...HEAD
384+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.9...HEAD
385+
[2.0.9]: https://github.com/ocaml/setup-ocaml/compare/v2.0.8...v2.0.9
383386
[2.0.8]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...v2.0.8
384387
[2.0.7]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...v2.0.7
385388
[2.0.6]: https://github.com/ocaml/setup-ocaml/compare/v2.0.5...v2.0.6

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"version": "2.0.8",
2+
"version": "2.0.9",
33
"private": true,
4-
"packageManager": "[email protected]",
54
"scripts": {
65
"fmt": "prettier --write .",
76
"fmt:check": "prettier --check .",
@@ -44,5 +43,6 @@
4443
"npm-run-all": "4.1.5",
4544
"prettier": "2.8.4",
4645
"typescript": "4.9.5"
47-
}
46+
},
47+
"packageManager": "[email protected]"
4848
}

0 commit comments

Comments
 (0)