Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 988a2c3

Browse files
author
Junaid Rasheed
committed
Merge pull request #14 from junaidrsd/release-1.6.0
Release 1.6.0
2 parents 982bd4c + 0e99b49 commit 988a2c3

File tree

3 files changed

+6
-2
lines changed

3 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+
## 1.6.0
2+
3+
* Improvements upgraded gemini version
4+
15
## 1.5.0
26

37
* Possibility provide custom core test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You need to have PhantomJS installed. After that:
1010

1111
```
1212
npm install --save-dev sc5-styleguide-visualtest
13-
npm install --save-dev --save-exact gemini@0.12.6 #needed for tests
13+
npm install --save-dev --save-exact gemini@0.13.0 #needed for tests
1414
```
1515

1616
## Taking the grid screenshots

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide-visualtest",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Gulp plugin for automatic visual testing SC5 StyleGuide components",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)