From f7974f429682db7635d4f878537b99bcb5613b9b Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:14:28 -0300 Subject: [PATCH] docs: updated history.md --- docs/history.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/history.md b/docs/history.md index 1c66bb6498..3a0e9b6a75 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,6 +10,46 @@ +## v2.13.1, 2023-09-04 + +### Highlights + +* Solved zlib issue with Meteor.js and ESM Node.js 14.21.4 [PR](https://github.com/meteor/meteor/pull/12761) by (GH Grubba27). + +#### Breaking Changes + +N/A + +#### Internal API changes + +N/A + +#### Migration Steps + +Please run the following command to update your project: + +```bash + +meteor update --release 2.13.1 + +``` + + +#### Meteor Version Release + + +* `Command line`: + - The bundle version was changed to 14.21.4.1 to use another compiled version of the [ESM Node.js](https://guide.meteor.com/using-node-v14.21.4). + + +#### Special thanks to + +- [@Grubba27](https://github.com/Grubba27). + + +For making this great framework even better! + + ## v2.13.0, 2023-07-26 ### Highlights @@ -34,6 +74,11 @@ If you are running Meteor with docker you will need to update your docker file to use our [new docker image](https://hub.docker.com/r/meteor/node) that contains Nodejs v14.21.4. +#### Known issues + +Please, [check our known issues page](https://docs.meteor.com/known-issues) +for more information about the problems and issues you might find while migrating. + #### Internal changes * `ddp-server@2.6.2`: