diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88a3bca4..1f2ebef0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
+
+## [3.2.2](https://github.com/ionic-team/ionic-app-scripts/compare/v3.2.1...v3.2.2) (2019-01-22)
+
+* Added support for Node 10
+
+
## [3.2.1](https://github.com/ionic-team/ionic-app-scripts/compare/v3.2.0...v3.2.1) (2018-11-26)
* Security release for dependencies for `node-sass`
diff --git a/package.json b/package.json
index 52b87085..65612dcd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/app-scripts",
- "version": "3.2.1",
+ "version": "3.2.2",
"description": "Scripts for Ionic Projects",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team (https://ionic.io)",
@@ -34,7 +34,7 @@
"@angular-devkit/build-optimizer": "0.0.35",
"autoprefixer": "^7.2.6",
"chalk": "^2.4.0",
- "chokidar": "^1.7.0",
+ "chokidar": "^2.0.4",
"clean-css": "^4.1.11",
"cross-spawn": "^5.1.0",
"dotenv-webpack": "^1.5.7",