diff --git a/CHANGELOG.md b/CHANGELOG.md index 585ca21a6..e7592e078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Dev +## 0.4.0 - 2014-06-18 * Crop region for screenshots is calculated via client script inside browser instead of `gemini`. This allows to issue fewer requests to diff --git a/package.json b/package.json index 9ac8057c7..1e97f1a8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.3.4", + "version": "0.4.0", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini" @@ -31,9 +31,24 @@ "test-func": "istanbul test _mocha test/functional", "test": "istanbul test _mocha test test/functional" }, - "author": "", + "author": "Sergey Tatarintsev (https://github.com/SevInf)", "license": "MIT", "directories": { "test": "test" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/bem/gemini.git" + }, + "keywords": [ + "test", + "testing", + "screenshot", + "selenium", + "layout" + ], + "bugs": { + "url": "https://github.com/bem/gemini/issues" + }, + "homepage": "https://github.com/bem/gemini" }