From b44e7bf071ef4e78c3c358d0ea69709ec38ae645 Mon Sep 17 00:00:00 2001 From: Susisu Date: Mon, 8 Apr 2024 20:14:01 +0900 Subject: [PATCH] chore: bump to v2.1.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",