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.
2 parents 623baab + fc500dd commit 7dd182dCopy full SHA for 7dd182d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.0.17] - 2017-08-07
2
+### Added
3
+- Upgrading Chromy to version 0.4.5
4
+
5
## [0.0.16] - 2017-08-04
6
### Added
7
- Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "differencify",
- "version": "0.0.16",
+ "version": "0.0.17",
"description": "Perceptual diffing tool",
"main": "dist/index.js",
"scripts": {
@@ -48,7 +48,7 @@
48
"dependencies": {
49
"chalk": "^2.0.1",
50
"check-types": "^7.2.0",
51
- "chromy": "^0.3.6",
+ "chromy": "^0.4.5",
52
"fs": "0.0.1-security",
53
"get-port": "^3.1.0",
54
"jimp": "^0.2.28"
0 commit comments