From e23e56b6db84ea2aea46fff56d110ef288ecfba8 Mon Sep 17 00:00:00 2001 From: denihs Date: Tue, 24 May 2022 15:02:00 -0400 Subject: [PATCH] Updating history.md --- docs/history.md | 2 ++ packages/accounts-passwordless/package.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index e511a92f4d..9575345748 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,6 +1,8 @@ ## 2.7.3, 2022-05-XX #### Highlights +* `accounts-passwordless@2.1.2`: + - Throwing an error when the login tokens are not generated well calling requestLoginTokenForUser. [PR](https://github.com/meteor/meteor/pull/12047/files). * Node updated to v14.19.3 * npm update to v6.14.17 * Fix recompiling npm packages for web arch. [PR](https://github.com/meteor/meteor/pull/12023). diff --git a/packages/accounts-passwordless/package.js b/packages/accounts-passwordless/package.js index 1939095089..5d041e54ec 100644 --- a/packages/accounts-passwordless/package.js +++ b/packages/accounts-passwordless/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'No-password login/sign-up support for accounts', - version: '2.1.1', + version: '2.1.2', }); Package.onUse(api => {