Skip to content

Commit 7dd182d

Browse files
authored
Merge pull request #31 from NimaSoroush/update-chromy
Upgrading Chromy version
2 parents 623baab + fc500dd commit 7dd182d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.17] - 2017-08-07
2+
### Added
3+
- Upgrading Chromy to version 0.4.5
4+
15
## [0.0.16] - 2017-08-04
26
### Added
37
- Bug fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "differencify",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Perceptual diffing tool",
55
"main": "dist/index.js",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"chalk": "^2.0.1",
5050
"check-types": "^7.2.0",
51-
"chromy": "^0.3.6",
51+
"chromy": "^0.4.5",
5252
"fs": "0.0.1-security",
5353
"get-port": "^3.1.0",
5454
"jimp": "^0.2.28"

0 commit comments

Comments
 (0)