From 8ad7029b3cd6022acf086240df2f9e2f62d3da98 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Fri, 24 Feb 2023 04:51:14 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.0.3=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": [