Updating history.md

This commit is contained in:
denihs
2022-05-24 15:02:00 -04:00
parent bab6406fbc
commit e23e56b6db
2 changed files with 3 additions and 1 deletions

View File

@@ -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).

View File

@@ -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 => {