Skip to content

Commit 49bd38c

Browse files
committed
chore(release): 0.10.3
1 parent 35501e3 commit 49bd38c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.10.3"></a>
6+
## [0.10.3](https://github.com/azachar/protractor-screenshoter-plugin/compare/v0.10.2...v0.10.3) (2018-09-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update klaw-sync to version 6.0.0 ([c88d0fd](https://github.com/azachar/protractor-screenshoter-plugin/commit/c88d0fd)), closes [#76](https://github.com/azachar/protractor-screenshoter-plugin/issues/76)
12+
* **package:** update lodash to version 4.7.11 ([35501e3](https://github.com/azachar/protractor-screenshoter-plugin/commit/35501e3))
13+
14+
15+
516
<a name="0.10.2"></a>
617
## [0.10.2](https://github.com/azachar/protractor-screenshoter-plugin/compare/v0.10.1...v0.10.2) (2018-09-23)
718

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "protractor-screenshoter-plugin",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "A jasmine2 protractor plugin that captures for each browser instance a screenshot and browsers' console logs. The snapshot is made optionally for each expect or spec. Plugins comes with a beautiful angular based analytics tool to visually check and fix tests results.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)