diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3a6102..fb7c70a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1.4](https://github.com/UN-OCHA/hid-api/compare/v5.1.3...v5.1.4) (2022-05-03) + +### Bug Fixes + +* **security:** dependabot updates, nodejs update + ### [5.1.3](https://github.com/UN-OCHA/hid-api/compare/v5.1.2...v5.1.3) (2022-04-07) diff --git a/package-lock.json b/package-lock.json index 4f884fc4..01625e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hid-api", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02972b02..20fe7b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hid-api", - "version": "5.1.3", + "version": "5.1.4", "description": "Humanitarian ID API+Auth", "homepage": "https://about.humanitarian.id", "repository": "https://github.com/UN-OCHA/hid-api.git",