diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc1052a..9fdff198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +### [12.0.1](https://github.com/mojaloop/auth-service/compare/v12.0.0...v12.0.1) (2022-03-24) + + +### Maintenance + +* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#107](https://github.com/mojaloop/auth-service/issues/107)) ([90cac80](https://github.com/mojaloop/auth-service/commit/90cac8050cef91697ea749ac1c50f46442332ac5)) +* **deps:** bump ws from 5.2.2 to 5.2.3 ([#101](https://github.com/mojaloop/auth-service/issues/101)) ([c13c3c0](https://github.com/mojaloop/auth-service/commit/c13c3c086fa0127d346e85e05607841b0b2007b9)) + ## [12.0.0](https://github.com/mojaloop/auth-service/compare/v11.13.1...v12.0.0) (2022-03-24) diff --git a/package-lock.json b/package-lock.json index 7f7e8844..792d3e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ab25521..4a828952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "12.0.0", + "version": "12.0.1", "description": "Shared Authorization Service for the Third Party Transaction Verification", "main": "dist/index.js", "typings": "dist/index.d.ts",