From cbe22820aaf30ac0e8459dbf2481816b969ccad7 Mon Sep 17 00:00:00 2001 From: Doug Simmons Date: Wed, 24 May 2017 18:36:53 -0700 Subject: [PATCH] Release 1.1.5 - Bump google-closure-compiler --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a3ddb..2acb2fd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ grunt.initConfig({ In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History +- _1.1.5_ : Updates dependencies - _1.1.4_ : Updates dependencies - _1.1.3_ : Updates dependencies - _1.1.2_ : Updates dependencies diff --git a/package.json b/package.json index 08efdcd..60e21a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.1.4", + "version": "1.1.5", "author": { "name": "Doug Simmons", "email": "doug@mach6.net", @@ -22,7 +22,7 @@ "test": "grunt default" }, "dependencies": { - "google-closure-compiler-js": "^20170423.0.0", + "google-closure-compiler-js": "^20170521.0.0", "node-minify": "^2.0.4", "bluebird": "^3.5.0", "chalk": "^1.1.3"