From 671c4c1b9a06c4ccb905c549e765370726cfe4d6 Mon Sep 17 00:00:00 2001 From: danactive Date: Sat, 20 Jun 2020 18:51:58 -0700 Subject: [PATCH] chore(release): 5.4.0 --- api/CHANGELOG.md | 12 ++++++++++++ api/package-lock.json | 2 +- api/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 2bfdc73b4..e38f76b52 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.4.0](https://github.com/danactive/history/compare/v5.3.0...v5.4.0) (2020-06-21) + + +### Features + +* **package:** Upgrade Node.js to LTS Erbium v12 ([22ff03b](https://github.com/danactive/history/commit/22ff03b37632c98480cd8514571928a098b1f8a5)) + + +### Bug Fixes + +* ui/package.json, ui/package-lock.json & ui/.snyk to reduce vulnerabilities ([fcef81d](https://github.com/danactive/history/commit/fcef81d8d9349b2bd37e4ee8c7c8c8ea3198d32b)) + ## [5.3.0](https://github.com/danactive/history/compare/v5.2.0...v5.3.0) (2020-06-21) diff --git a/api/package-lock.json b/api/package-lock.json index 554d7f68e..516e0d119 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/api/package.json b/api/package.json index 9a2793db4..412f09e5a 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.3.0", + "version": "5.4.0", "scripts": { "harness": "node ./node_modules/tuxharness/index.js", "lint": "npm run lint:js && npm run lint:docs",