Skip to content

Commit f97e534

Browse files
Updated dev dependencies and readme.md
1 parent 9a9662b commit f97e534

File tree

4 files changed

+96
-130
lines changed

4 files changed

+96
-130
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.3.2] - 2019-08-29
10+
11+
### Security
12+
- Updated version of lodash within dev dependencies to remove security vulnerability.
13+
- Updated version of set-value within dev dependencies to remove security vulnerability.
14+
- Updated version of mixin-dep within dev dependencies to remove security vulnerability.
15+
- Updated version of load-grunt-tasks within dev dependencies.
16+
17+
### Added
18+
- Additional keywords to package.json
19+
20+
### Changed
21+
- README.md reflecting new required grunt version.
22+
923
## [1.3.1] - 2019-06-08
1024

11-
### Updated
12-
- Version of js-yaml within dev dependencies to remove security vulnerabilities.
25+
### Security
26+
- Updated version of js-yaml within dev dependencies to remove security vulnerability.
1327

1428
### Added
1529
- Additional keywords to package.json

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Node version](https://img.shields.io/node/v/grunt-cache-killer.svg?label=node.js&color=informational&logo=npm)](https://nodejs.org/en/) [![Node version](https://img.shields.io/npm/dependency-version/grunt-cache-killer/dev/grunt.svg?label=grunt&logo=npm)](https://gruntjs.com/)
44

5-
[![NPM version](http://img.shields.io/npm/v/grunt-cache-killer.svg?label=grunt-cache-killer&logo=npm)](https://www.npmjs.com/package/grunt-cache-killer?activeTab=versions) ![Maintained](https://img.shields.io/static/v1.svg?label=maintained&message=yes&color=informational&logo=npm) ![NPM dependencies](https://img.shields.io/static/v1.svg?label=dependencies&message=none&color=informational&logo=npm) ![NPN downloads](http://img.shields.io/npm/dt/grunt-cache-killer.svg?logo=npm)
5+
[![NPM version](http://img.shields.io/npm/v/grunt-cache-killer.svg?label=grunt-cache-killer&logo=npm)](https://www.npmjs.com/package/grunt-cache-killer?activeTab=versions) ![Maintained](https://img.shields.io/static/v1.svg?label=maintained&message=yes&color=informational&logo=npm) ![NPN downloads](http://img.shields.io/npm/dt/grunt-cache-killer.svg?logo=npm)
66

77
[![GitHub version](https://img.shields.io/github/package-json/v/midnight-coding/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github)](https://github.com/midnight-coding/grunt-cache-killer/releases) [![GitHub License](https://img.shields.io/github/license/midnight-coding/grunt-cache-killer.svg?color=informational&logo=github)](https://github.com/midnight-coding/grunt-cache-killer/blob/master/LICENSE-MIT) ![GitHub release date](https://img.shields.io/github/release-date/midnight-coding/grunt-cache-killer.svg?logo=github) [![GitHub open issues](https://img.shields.io/github/issues-raw/midnight-coding/grunt-cache-killer.svg?logo=github)](https://github.com/midnight-coding/grunt-cache-killer/milestones?state=open) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/midnight-coding/grunt-cache-killer.svg?logo=github)](https://github.com/midnight-coding/grunt-cache-killer/milestones?state=closed)
88

@@ -37,7 +37,7 @@ Find this plugin at:
3737

3838
## Getting Started
3939

40-
This plugin requires Grunt `^1.0.3`
40+
This plugin requires Grunt `^1.0.4`
4141

4242
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as how to install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
4343

package-lock.json

Lines changed: 65 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-cache-killer",
33
"description": "Kill your asset cache file problems by updating their filenames and any references to them.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"homepage": "https://github.com/midnight-coding/grunt-cache-killer",
66
"author": {
77
"name": "Matthew Rath",
@@ -26,24 +26,35 @@
2626
"grunt-contrib-jshint": "^2.1.0",
2727
"grunt-contrib-nodeunit": "^2.0.0",
2828
"grunt-contrib-watch": "^1.1.0",
29-
"load-grunt-tasks": "^4.0.0"
29+
"load-grunt-tasks": "^5.1.0"
3030
},
3131
"keywords": [
3232
"gruntplugin",
3333
"asset",
3434
"css",
35+
"cascading style sheets",
3536
"js",
37+
"javascript",
3638
"img",
39+
"image",
40+
"images",
3741
"buster",
3842
"busting",
3943
"cache",
4044
"caching",
4145
"expire",
46+
"expiring",
47+
"expired",
4248
"header",
49+
"headers",
4350
"file",
51+
"files",
4452
"name",
53+
"names",
4554
"filename",
55+
"filenames",
4656
"path",
57+
"paths",
4758
"rename",
4859
"renaming",
4960
"replace",

0 commit comments

Comments
 (0)