Skip to content

Commit 42f84a8

Browse files
committed
v3.2.0 release prep
1 parent f76b0ba commit 42f84a8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Next
2-
---
1+
3.2.0
2+
-----
33

44
- Detect files with the Acropalypse vulnerability.
55
- Add validation for file type.

image-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-debugger",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A tool for disecting images.",
55
"main": "lib/api.js",
66
"repository": "github:AaronAsAChimp/image-lint",

image-lint-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
"unified": "^11.0.4",
6767
"vue-template-compiler": "^2.7.10"
6868
},
69-
"version": "3.1.0"
69+
"version": "3.2.0"
7070
}

image-lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-lint",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Find files that are incorrectly named or compressed.",
55
"main": "lib/api.js",
66
"repository": "github:AaronAsAChimp/image-lint",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "image-lint",
33
"private": true,
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"workspaces": [
66
"image-lint",
77
"image-lint-web",

0 commit comments

Comments
 (0)