We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ba2b4 commit 32cb8e2Copy full SHA for 32cb8e2
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# grunt-zip changelog
2
+0.18.2 - Upgraded to shell-quote@1.6.1 to fix GitHub vulnerability warning
3
+
4
0.18.1 - Fixed symlinking when a file already exists, via @octachrome in #53
5
6
0.18.0 - Added symlink support via @octachrome in #52. Fixes #41
package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-zip",
"description": "Zip and unzip files via a grunt plugin",
- "version": "0.18.1",
+ "version": "0.18.2",
"homepage": "https://github.com/twolfson/grunt-zip",
"author": {
7
"name": "Todd Wolfson",
0 commit comments