Skip to content

Commit 4d2a3f4

Browse files
Sean CannonSean Cannon
authored andcommitted
v1.1.1 - update node-error
1 parent ba6fb18 commit 4d2a3f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ router.get('/some/route/:id', ensureAuthorized, (req, res) => {
9494

9595
##### 1.1.0
9696
- Replace `id` with `uuid` support throughout for `cloudUser` / `tenant` / `tenantOrganization`
97+
98+
##### 1.1.1
99+
- Update `node-error`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliencreations/node-authenticator",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Authenticator for Alien Creations node apps.",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)