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/). 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",