From 6ee406018d4f1b46863f587caccafa8358a54dc3 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Thu, 17 Dec 2020 16:22:37 +0300 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..423030b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.0.2 (2020-12-17) diff --git a/package-lock.json b/package-lock.json index 704c310..1a3e8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione-wdio-migrator", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d22af49..95fed7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione-wdio-migrator", - "version": "0.0.1", + "version": "0.0.2", "description": "Plugin for hermione to easily migrate from wdio@4 to wdio@6 without any changes", "main": "lib/index.js", "scripts": {