Skip to content

Commit

Permalink
Merge pull request #70 from happner/fix/SMC-4938-session-user-rest
Browse files Browse the repository at this point in the history
  • Loading branch information
southbite committed Jan 10, 2022
2 parents 98591f2 + 9e8e334 commit feaf370
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,8 @@
11.6.5 2022-01-04
-----------------
- fix: SMC-4901 - bad cookieName set on session

11.6.6 2022-01-10
-----------------
- SMC-4938: lookup tables fail for rest request

18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happner-client",
"version": "11.6.5",
"version": "11.6.6",
"description": "The client for happner-2 and happner cluster services",
"homepage": "https://github.com/happner/happner-client#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"prepare": "rm -rf node_modules/happner-2/node_modules/bitcore-lib && rm -rf node_modules/happner-client/node_modules/bitcore-lib && rm -rf node_modules/bitcore-ecies/node_modules/bitcore-lib"
},
"dependencies": {
"happn-3": "^12.1.1",
"happn-3": "^12.1.3",
"happner-semver": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit feaf370

Please sign in to comment.