From b991fc409172a4d383ff389495a31d685876fbef Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sun, 27 Nov 2022 11:00:54 +0900 Subject: [PATCH] Prepare v2.0.7 Signed-off-by: Sora Morimoto --- CHANGELOG.md | 5 ++++- dist/index.js | 2 +- dist/post/index.js | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ae8659..9e0c0038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [unreleased] +## [2.0.7] + ## Added - Define `CLICOLOR_FORCE=1` in CI runs. @@ -363,7 +365,8 @@ that require it. - Initial release. -[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...HEAD +[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.7...HEAD +[2.0.7]: https://github.com/ocaml/setup-ocaml/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/ocaml/setup-ocaml/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/ocaml/setup-ocaml/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/ocaml/setup-ocaml/compare/v2.0.3...v2.0.4 diff --git a/dist/index.js b/dist/index.js index 57d823f3..c4911e32 100644 --- a/dist/index.js +++ b/dist/index.js @@ -95354,7 +95354,7 @@ var lib_github = __nccwpck_require__(9939); // EXTERNAL MODULE: ./node_modules/.pnpm/date-fns@2.29.3/node_modules/date-fns/index.js var date_fns = __nccwpck_require__(33299); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"2.0.6"}; +const package_namespaceObject = {"i8":"2.0.7"}; // EXTERNAL MODULE: ./node_modules/.pnpm/yaml@2.1.3/node_modules/yaml/dist/index.js var dist = __nccwpck_require__(34106); ;// CONCATENATED MODULE: external "node:fs" diff --git a/dist/post/index.js b/dist/post/index.js index 5c206486..c80dd6fe 100644 --- a/dist/post/index.js +++ b/dist/post/index.js @@ -93269,7 +93269,7 @@ var lib_github = __nccwpck_require__(9939); // EXTERNAL MODULE: ./node_modules/.pnpm/date-fns@2.29.3/node_modules/date-fns/index.js var date_fns = __nccwpck_require__(33299); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"2.0.6"}; +const package_namespaceObject = {"i8":"2.0.7"}; // EXTERNAL MODULE: ./node_modules/.pnpm/yaml@2.1.3/node_modules/yaml/dist/index.js var dist = __nccwpck_require__(34106); ;// CONCATENATED MODULE: external "node:fs" diff --git a/package.json b/package.json index dca3be3f..00f75121 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.6", + "version": "2.0.7", "private": true, "scripts": { "fmt": "prettier --write .",