This is an automated email from the ASF dual-hosted git repository.
brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 3d3fbc1 CB-14138: add [email protected] blog post
3d3fbc1 is described below
commit 3d3fbc1c8806d8c17b870c76da8b038a414962fb
Author: Christopher J. Brody <[email protected]>
AuthorDate: Tue Jun 19 11:43:10 2018 -0400
CB-14138: add [email protected] blog post
---
www/_posts/2018-06-19-common-release-2.2.4.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/www/_posts/2018-06-19-common-release-2.2.4.md
b/www/_posts/2018-06-19-common-release-2.2.4.md
new file mode 100644
index 0000000..ec4c355
--- /dev/null
+++ b/www/_posts/2018-06-19-common-release-2.2.4.md
@@ -0,0 +1,22 @@
+---
+layout: post
+author:
+ name: Chris Brody
+ url: https://twitter.com/brodybits
+title: "Cordova-Common Release"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that `cordova-common 2.2.4` has been released. This
is one of the libraries used behind-the-scenes by nearly all of the Cordova
tooling and provides utilities for dealing with things like config.xml parsing.
+
+## Release Highlights
+
+The purpose of this release is to resolve issues with dependencies on
cordova-ios@4. Here are the major changes:
+
+* Revert change to use strip-bom package to strip BOM
+* Revert change to update dependencies in package.json (needed to resolve
issues with cordova-ios@4) but keep using plist@^3.0.1 to avoid `npm audit`
issue
+
+## Deprecation Note
+
+As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding
with our [previously
announced](http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html)
deprecation timeline. This is probably the last release that will support
NodeJS 4.x.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]