Skip to content

Commit

Permalink
chore(release): v1.0.3 🎉 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Feb 24, 2023
1 parent 4131df2 commit 7867dbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 7867dbf

Please sign in to comment.