You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/22 13:36:10 UTC

[GitHub] [cordova-docs] janpio commented on a change in pull request #951: Mar 2019 Cordova CLI 9.0.0 & Cordova Plugman 3.0.0 Release Blog Post

janpio commented on a change in pull request #951: Mar 2019 Cordova CLI 9.0.0 & Cordova Plugman 3.0.0 Release Blog Post 
URL: https://github.com/apache/cordova-docs/pull/951#discussion_r268169855
 
 

 ##########
 File path: www/_posts/2019-03-22-cordova-cli-release-9.0.0.md
 ##########
 @@ -0,0 +1,72 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova CLI 9.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `cordova 9.0.0`!
+
+* [cordova@9.0.0](https://www.npmjs.com/package/cordova)
+
+## Release Highlights
+
+**To upgrade:**
+
+```
+npm uninstall -g cordova
+npm install -g cordova@9.0.0
+```
+
+In addition to various improvements and fixes, this release has updated its core library. 
+
+All of the latest platform releases are available by default.
+
+* `cordova-android@^8.0.0`
+* `cordova-browser@^6.0.0`
+* `cordova-electron@^1.0.0`
+* `cordova-ios@^5.0.0`
+* `cordova-osx@^5.0.0`
+* `cordova-windows@^7.0.0`
+
+Additionally, Cordova Electron, one of the newset supported platfroms, is available!
 
 Review comment:
   ```suggestion
   Additionally, Cordova Electron, one of the newest supported platfroms, is available!
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org