diff --git a/README.md b/README.md index c22f6f9..9dc551c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ URL 指定でインストールする方法と、GitHub Packages Registry から - `npm update` で更新できない ```bash -npm i -D https://github.com/hatena/prettier-config-hatena.git#v2.0.1 +npm i -D https://github.com/hatena/prettier-config-hatena.git#v2.1.0 ``` ### GitHub Packages Registry からインストールする diff --git a/package.json b/package.json index e601d4a..ac18e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hatena/eslint-config-hatena", - "version": "2.0.1", + "version": "2.1.0", "description": "ESLint config for @hatena", "repository": "https://github.com/hatena/eslint-config-hatena", "license": "MIT",