diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index e38f76b52..e53da27f4 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/danactive/history/compare/v5.4.0...v5.4.1) (2020-06-21) + + +### Bug Fixes + +* **package:** Upgrade Node.js to LTS Erbium v12 ([a16e213](https://github.com/danactive/history/commit/a16e21345861455f344b6d03b5ec943b0332cbd1)) + ## [5.4.0](https://github.com/danactive/history/compare/v5.3.0...v5.4.0) (2020-06-21) diff --git a/api/package-lock.json b/api/package-lock.json index 516e0d119..8d362b259 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/api/package.json b/api/package.json index 412f09e5a..a3a2751b4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "history", - "version": "5.4.0", + "version": "5.4.1", "scripts": { "harness": "node ./node_modules/tuxharness/index.js", "lint": "npm run lint:js && npm run lint:docs",