From 6740034cdb726175faf5785fcdaf88e34dd987cb Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Tue, 10 Apr 2018 13:09:42 +0300 Subject: [PATCH] chore(release): 0.66.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d126e78..b3e7bf321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [0.66.0](https://github.com/gemini-testing/hermione/compare/v0.65.2...v0.66.0) (2018-04-10) + + +### Features + +* return all meta on getMeta call without arguments ([79264e2](https://github.com/gemini-testing/hermione/commit/79264e2)) + + + ## [0.65.2](https://github.com/gemini-testing/hermione/compare/v0.65.1...v0.65.2) (2018-03-19) diff --git a/package.json b/package.json index 46d844165..6cc93ddb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.65.2", + "version": "0.66.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {