Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit b3dea0f

Browse files
authored
Merge pull request #1507 from ionic-team/updateChokidar
Update chokidar
2 parents 441301f + 5430407 commit b3dea0f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
<a name="3.2.2"></a>
2+
## [3.2.2](https://github.com/ionic-team/ionic-app-scripts/compare/v3.2.1...v3.2.2) (2019-01-22)
3+
4+
* Added support for Node 10
5+
16
<a name="3.2.1"></a>
7+
28
## [3.2.1](https://github.com/ionic-team/ionic-app-scripts/compare/v3.2.0...v3.2.1) (2018-11-26)
39

410
* Security release for dependencies for `node-sass`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/app-scripts",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Scripts for Ionic Projects",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",
@@ -34,7 +34,7 @@
3434
"@angular-devkit/build-optimizer": "0.0.35",
3535
"autoprefixer": "^7.2.6",
3636
"chalk": "^2.4.0",
37-
"chokidar": "^1.7.0",
37+
"chokidar": "^2.0.4",
3838
"clean-css": "^4.1.11",
3939
"cross-spawn": "^5.1.0",
4040
"dotenv-webpack": "^1.5.7",

0 commit comments

Comments
 (0)