Skip to content

Commit 10e0ec8

Browse files
committed
Prepare v2.0.1
Signed-off-by: Sora Morimoto <[email protected]>
1 parent f2e8d03 commit 10e0ec8

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
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.1]
12+
1113
### Changed
1214

1315
- Update the package index if the system package installation fails.
@@ -313,7 +315,8 @@ that require it.
313315

314316
- Initial release.
315317

316-
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0...HEAD
318+
[unreleased]: https://github.com/ocaml/setup-ocaml/compare/v2.0.1...HEAD
319+
[2.0.1]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0...v2.0.1
317320
[2.0.0]: https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta13...v2.0.0
318321
[2.0.0-beta13]:
319322
https://github.com/ocaml/setup-ocaml/compare/v2.0.0-beta12...v2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"private": true,
44
"scripts": {
55
"fmt": "prettier --write .",
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/parser": "5.13.0",
3636
"@vercel/ncc": "0.33.3",
3737
"eslint": "8.10.0",
38-
"eslint-config-prettier": "8.4.0",
38+
"eslint-config-prettier": "8.5.0",
3939
"eslint-plugin-import": "2.25.4",
4040
"eslint-plugin-prettier": "4.0.0",
4141
"eslint-plugin-simple-import-sort": "7.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -985,9 +985,9 @@ electron-to-chromium@^1.4.71:
985985
integrity sha512-LxgUNeu3BVU7sXaKjUDD9xivocQLxFtq6wgERrutdY/yIOps3ODOZExK1jg8DTEg4U8TUCb5MLGeWFOYuxjF3Q==
986986

987987
enhanced-resolve@^5.8.3:
988-
version "5.9.1"
989-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.1.tgz#e898cea44d9199fd92137496cff5691b910fb43e"
990-
integrity sha512-jdyZMwCQ5Oj4c5+BTnkxPgDZO/BJzh/ADDmKebayyzNwjVX1AFCeGkOfxNx0mHi2+8BKC5VxUYiw3TIvoT7vhw==
988+
version "5.9.2"
989+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9"
990+
integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
991991
dependencies:
992992
graceful-fs "^4.2.4"
993993
tapable "^2.2.0"
@@ -1059,10 +1059,10 @@ escape-string-regexp@^4.0.0:
10591059
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
10601060
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
10611061

1062-
eslint-config-prettier@8.4.0:
1063-
version "8.4.0"
1064-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz#8e6d17c7436649e98c4c2189868562921ef563de"
1065-
integrity sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==
1062+
eslint-config-prettier@8.5.0:
1063+
version "8.5.0"
1064+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
1065+
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
10661066

10671067
eslint-import-resolver-node@^0.3.6:
10681068
version "0.3.6"

0 commit comments

Comments
 (0)