mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Updating history.md
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user