diff --git a/changelog.md b/changelog.md index 523fcdd..9a57083 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/whodisio/simple-hmackey-auth/compare/v1.0.2...v1.0.3) (2023-02-24) + + +### Bug Fixes + +* **contract:** expose two utilities for public use ([4131df2](https://github.com/whodisio/simple-hmackey-auth/commit/4131df20d68508e781abed57a6be49d1b4f8caaf)) + ## [1.0.2](https://github.com/whodisio/simple-hmackey-auth/compare/v1.0.1...v1.0.2) (2023-02-24) diff --git a/package-lock.json b/package-lock.json index bd8fadb..cdb9c07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-hmackey-auth", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-hmackey-auth", - "version": "1.0.2", + "version": "1.0.3", "dependencies": { "domain-objects": "0.10.3", "joi": "17.8.3", diff --git a/package.json b/package.json index 89601de..4cc43ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-hmackey-auth", "author": "whodis", "description": "A simple, convenient, and safe interface for using the HMAC Key pattern of authentication and authorization", - "version": "1.0.2", + "version": "1.0.3", "repository": "whodis/simple-hmackey-auth", "homepage": "https://github.com/whodis/simple-hmackey-auth", "keywords": [