diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e74676..7e4ce9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +## [11.13.0](https://github.com/mojaloop/auth-service/compare/v11.12.0...v11.13.0) (2021-11-05) + + +### Features + +* **mojaloop/project#1814:** compile ts to js ([#96](https://github.com/mojaloop/auth-service/issues/96)) ([1f046f9](https://github.com/mojaloop/auth-service/commit/1f046f931821f8dc8175555bdadbd3638df965d5)), closes [mojaloop/project#1814](https://github.com/mojaloop/project/issues/1814) + ## [11.12.0](https://github.com/mojaloop/auth-service/compare/v11.11.1...v11.12.0) (2021-11-03) diff --git a/package-lock.json b/package-lock.json index a6d52de8..907ec2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.12.0", + "version": "11.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24cfc23e..d9001c61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "11.12.0", + "version": "11.13.0", "description": "Shared Authorization Service for the Third Party Transaction Verification", "main": "dist/index.js", "typings": "dist/index.d.ts",