diff --git a/CHANGELOG.md b/CHANGELOG.md index 4152feb..bdd1e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - -## v1.0.0 - 2020-01-18 +## v1.0.0 - 2020-01-17 ### Commits diff --git a/package.json b/package.json index 22a9acc..b3d44b1 100644 --- a/package.json +++ b/package.json @@ -42,17 +42,17 @@ }, "devDependencies": { "@es-shims/api": "^2.1.2", - "@ljharb/eslint-config": "^16.0.0", - "aud": "^1.1.0", - "auto-changelog": "^2.0.0", - "eslint": "^6.8.0", + "@ljharb/eslint-config": "^17.2.0", + "aud": "^1.1.3", + "auto-changelog": "^2.2.1", + "eslint": "^7.13.0", "evalmd": "^0.0.19", "function-bind": "^1.1.1", "functions-have-names": "^1.2.1", "has-strict-mode": "^1.0.0", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.0-next.5" + "tape": "^5.0.1" }, "dependencies": { "call-bind": "^1.0.0", @@ -66,6 +66,7 @@ "template": "keepachangelog", "unreleased": false, "commitLimit": false, - "backfillLimit": false + "backfillLimit": false, + "hideCredit": true } }