From 0660ae931227b08d88a9743b38927bbcdb077443 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 4 Nov 2016 21:41:04 +0900 Subject: [PATCH 1/3] Add weekly update 2016-11-04 Please review this post. :heart:,@nodejs/evangelism --- .../weekly-update.2016-11-04.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 locale/en/blog/weekly-updates/weekly-update.2016-11-04.md diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md new file mode 100644 index 0000000000000..9b01876d226c4 --- /dev/null +++ b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md @@ -0,0 +1,29 @@ +--- +title: Weekly Update - November 4th, 2016 +author: Minwoo Jung (github.com/JungMinu) +date: 2016-11-04T12:00:00.000Z +status: publish +category: weekly +slug: weekly-update-2016-11-04 +layout: blog-post.hbs +--- + +### Node v7.1.0 proposal + +* [Node v7.1.0 proposal](https://github.com/nodejs/node/pull/9438). The complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). + +### Community Updates + +* [Node.js v7 Release Brief](https://nodesource.com/blog/node-js-v7-release-brief) +* [Last Week in Node.js Working Groups](https://nodesource.com/blog/last-week-in-node-js-working-groups-october-17-24): Last week was quieter than usual as a lot of effort was put into the new v7 Current release line, as such, this is the summary for the last two weeks. +* [6 of the Most Exciting ES6 Features in Node.js v6 LTS](https://nodesource.com/blog/six-of-the-most-exciting-es6-features-in-node-js-v6-lts): With this article, we'll take a look at six of the best new ES6 features that are in the Node.js v6 LTS release. + +If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. + +### Upcoming Events + +* [NodeConf Barcelona 2016](http://barcelona.nodeconf.com/): 18th November 2016 · Barcelona Mobile World Centre +* [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 +* [Node.js Interactive North America](http://events.linuxfoundation.org/events/node-interactive): November 29th - December 2nd · AUSTIN, TEXAS, US + +Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. From 95aeaee13564a261d7b2931f45d275e9248b2df3 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 5 Nov 2016 10:33:07 +0900 Subject: [PATCH 2/3] Update weekly-update.2016-11-04.md --- locale/en/blog/weekly-updates/weekly-update.2016-11-04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md index 9b01876d226c4..492bbad3005d9 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md @@ -10,7 +10,7 @@ layout: blog-post.hbs ### Node v7.1.0 proposal -* [Node v7.1.0 proposal](https://github.com/nodejs/node/pull/9438). The complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). +* [Node v7.1.0 proposal](https://github.com/nodejs/node/pull/9438). The complete changelog can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). ### Community Updates From 7ea0d5feeda060a7f57d50e560af91879dfe5f9c Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 5 Nov 2016 10:34:12 +0900 Subject: [PATCH 3/3] Update weekly-update.2016-11-04.md --- locale/en/blog/weekly-updates/weekly-update.2016-11-04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md index 492bbad3005d9..4354ff4d0b682 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-11-04.md @@ -15,7 +15,7 @@ layout: blog-post.hbs ### Community Updates * [Node.js v7 Release Brief](https://nodesource.com/blog/node-js-v7-release-brief) -* [Last Week in Node.js Working Groups](https://nodesource.com/blog/last-week-in-node-js-working-groups-october-17-24): Last week was quieter than usual as a lot of effort was put into the new v7 Current release line, as such, this is the summary for the last two weeks. +* [Last Week in Node.js Working Groups](https://nodesource.com/blog/last-week-in-node-js-working-groups-october-17-24): Last week was quieter than usual as a lot of effort was put into the new v7 Current release line. As such, this is the summary for the last two weeks. * [6 of the Most Exciting ES6 Features in Node.js v6 LTS](https://nodesource.com/blog/six-of-the-most-exciting-es6-features-in-node-js-v6-lts): With this article, we'll take a look at six of the best new ES6 features that are in the Node.js v6 LTS release. If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue.