From 96a9268bfc03c97deb4fcc57514036fc6638412b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 17:03:17 +0000 Subject: [PATCH] Bump auto-changelog from 2.0.0 to 2.1.0 Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/CookPete/auto-changelog/releases) - [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md) - [Commits](https://github.com/CookPete/auto-changelog/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64c763bc..515a4115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2062,9 +2062,9 @@ "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=" }, "auto-changelog": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.0.0.tgz", - "integrity": "sha512-A61Oc4A/5L5OlMs+AEQNgy8/sOn5Eu0I2Sw4+qbwk40y6kh+2wmptoY4b30FHlduPh3ghybB94eIVFKkAZtjzg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.1.0.tgz", + "integrity": "sha512-4Bwv4eyy5PUpYkeWX0XfoItbV2tKHNIzO473U+RMkj2hWXm1EtAeyZyFh2atccPqrhn/PBmhk3g9GLDxkltxXQ==", "dev": true, "requires": { "commander": "^5.0.0", diff --git a/package.json b/package.json index 52166316..e6be0025 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/sinon": "^9.0.0", "@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/parser": "^2.23.0", - "auto-changelog": "^2.0.0", + "auto-changelog": "^2.1.0", "chai": "^4.2.0", "chai-spies": "^1.0.0", "cross-env": "^7.0.2",