From d89e1b3ff66259de287a0ff07bffbccce0dfbbaa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 08:57:18 -0700 Subject: [PATCH] chore: release 2.0.3 (#79) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7869dbf..2934629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.0.3](https://www.github.com/GoogleCloudPlatform/require-so-slow/compare/v2.0.2...v2.0.3) (2020-09-29) + + +### Bug Fixes + +* **deps:** update dependency update-notifier to v5 ([#78](https://www.github.com/GoogleCloudPlatform/require-so-slow/issues/78)) ([0d63a51](https://www.github.com/GoogleCloudPlatform/require-so-slow/commit/0d63a516c43598a236c957439b32e81ceab18d8a)) + ### [2.0.2](https://www.github.com/GoogleCloudPlatform/require-so-slow/compare/v2.0.1...v2.0.2) (2020-05-18) diff --git a/package-lock.json b/package-lock.json index b411d41..9806d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "require-so-slow", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26c0b96..0f3e701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "require-so-slow", - "version": "2.0.2", + "version": "2.0.3", "description": "`require`s taking too much time? Profile 'em.", "repository": "ofrobots/require-so-slow", "main": "build/src/index.js",