-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 2.1.0 #139
Release: 2.1.0 #139
Conversation
@UlisesGascon before doing a release I think #130 should be included to avoid shipping broken code. |
Included now! thanks for the quick ping @jonkoops ❤️ |
5aae879
to
1f77f86
Compare
This now includes #131 and I updated the release date to today. Please approve the changes @wesleytodd @ctcpip |
Hey @wesleytodd! do we want to include this one in the next [email protected] release? I will update this PR soon to get the latest changes |
This PR can be included in this release (#135) |
@bjohansebas merged that and will release this in the next few hours if no one opposes. |
1f77f86
to
7b3c362
Compare
================== | ||
|
||
* Updated `engines` field to Node@18 or higher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was missing from the changelog but was on master
.
7b3c362
to
e2e9130
Compare
Signed-off-by: Ulises Gascon <[email protected]>
e2e9130
to
4f1b458
Compare
Plan to release it on Nov 06
What's included in the
HISTORY.md
engines
field to Node@18 or higherObject.setPrototypeOf
polyfillArray.flat
instead ofarray-flatten
packagemethods
dependency with standard libraryWhat's Changed
Array.flat
instead ofarray-flatten
package by @Phillip9587 in UseArray.flat
instead ofarray-flatten
package #126methods
dependency with standard library by @jonkoops in refactor: replacemethods
dependency with standard library #127methods
imports everywhere by @jonkoops in fix: replacemethods
imports everywhere #130New Contributors
Array.flat
instead ofarray-flatten
package #126methods
dependency with standard library #127Full Changelog: v2.0.0...master