File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.3.6] - 2022.04.27
10
+
11
+ ### Fixed
12
+ - Fixed README.md Github version number.
13
+ - Updated year in Copyright lines.
14
+ - Updated email address in package.json
15
+
9
16
## [ 1.3.5] - 2020.06.19
10
17
11
18
### Updated
Original file line number Diff line number Diff line change 1
- Copyright (c) 2020 Matthew Rath
1
+ Copyright (c) 2022 Matthew Rath
2
2
3
3
Permission is hereby granted, free of charge, to any person
4
4
obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change 4
4
5
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 )
6
6
7
- [ ![ GitHub version] ( https://img.shields.io/github/package-json/v/ custom-dev-tools/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/releases ) [ ![ GitHub License] ( https://img.shields.io/github/license/custom-dev-tools/grunt-cache-killer.svg?color=informational&logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/LICENSE-MIT ) ![ GitHub release date] ( https://img.shields.io/github/release-date/custom-dev-tools/grunt-cache-killer.svg?logo=github ) [ ![ GitHub open issues] ( https://img.shields.io/github/issues-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=open ) [ ![ GitHub closed issues] ( https://img.shields.io/github/issues-closed-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=closed )
7
+ [ ![ GitHub version] ( https://img.shields.io/github/v/tag/ custom-dev-tools/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github&sort=semver )] ( https://github.com/custom-dev-tools/grunt-cache-killer/releases ) [ ![ GitHub License] ( https://img.shields.io/github/license/custom-dev-tools/grunt-cache-killer.svg?color=informational&logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/LICENSE-MIT ) ![ GitHub release date] ( https://img.shields.io/github/release-date/custom-dev-tools/grunt-cache-killer.svg?logo=github ) [ ![ GitHub open issues] ( https://img.shields.io/github/issues-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=open ) [ ![ GitHub closed issues] ( https://img.shields.io/github/issues-closed-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github )] ( https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=closed )
8
8
9
9
---
10
10
Original file line number Diff line number Diff line change 2
2
* grunt-cache-killer
3
3
* https://github.com/custom-dev-tools/grunt-cache-killer
4
4
*
5
- * Copyright (c) 2020 Matthew Rath
5
+ * Copyright (c) 2022 Matthew Rath
6
6
* Licensed under the MIT license.
7
7
*/
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-cache-killer" ,
3
3
"description" : " Kill your asset cache file problems by updating their filenames and any references to them." ,
4
- "version" : " 1.3.5 " ,
4
+ "version" : " 1.3.6 " ,
5
5
"homepage" : " https://github.com/custom-dev-tools/grunt-cache-killer" ,
6
6
"author" : {
7
7
"name" : " Matthew Rath" ,
8
- "email" : " matthew.rath@qclean .com.au "
8
+ "email" : " matt@customdevtools .com"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
Original file line number Diff line number Diff line change 2
2
* grunt-cache-killer
3
3
* https://github.com/custom-dev-tools/grunt-cache-killer
4
4
*
5
- * Copyright (c) 2020 Matthew Rath
5
+ * Copyright (c) 2022 Matthew Rath
6
6
* Licensed under the MIT license.
7
7
*/
8
8
You can’t perform that action at this time.
0 commit comments