diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6bcd96d..1f2ebef0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [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`
+
# [3.2.0](https://github.com/ionic-team/ionic-app-scripts/compare/v3.1.11...v3.2.0) (2018-08-24)
diff --git a/package.json b/package.json
index d59d43f1..65612dcd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/app-scripts",
- "version": "3.2.0",
+ "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",