From b95a1e43169eec5a517cba497ae47a5229f3b219 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 20 Apr 2022 16:05:48 +0200 Subject: [PATCH 1/2] Fix use of old `feross/` URL:s --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4292dc..e1a60f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log All notable changes to this project will be documented in the -[`standard` CHANGELOG](https://github.com/feross/standard/blob/master/CHANGELOG.md). +[`standard` CHANGELOG](https://github.com/standard/standard/blob/master/CHANGELOG.md). This project's -[commit log](https://github.com/feross/eslint-config-standard/commits/master) is +[commit log](https://github.com/standard/eslint-config-standard/commits/master) is also quite readable. This project adheres to [Semantic Versioning](http://semver.org/). From bf075019b26222eb05147bdaa81d7d89ebc97dde Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 20 Apr 2022 16:08:38 +0200 Subject: [PATCH 2/2] 17.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93ec0f13..a632066f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-standard", "description": "JavaScript Standard Style - ESLint Shareable Config", - "version": "17.0.0-1", + "version": "17.0.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org",