From 9f383fc6d5bd9532e725a20af22adb89314b0697 Mon Sep 17 00:00:00 2001 From: pimlie Date: Sat, 12 Dec 2020 12:06:27 +0000 Subject: [PATCH] chore(release): 0.7.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac7757..2978aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.5](https://github.com/nuxt-contrib/tib/compare/v0.7.4...v0.7.5) (2020-12-12) + + +### Bug Fixes + +* replace deprecated waitFor (resolves: [#63](https://github.com/nuxt-contrib/tib/issues/63)) ([542024f](https://github.com/nuxt-contrib/tib/commit/542024f5b37def13e6c7a0846fec481c6486cfa8)) + ### [0.7.4](https://github.com/nuxt-contrib/tib/compare/v0.7.3...v0.7.4) (2019-11-27) diff --git a/package.json b/package.json index 8f713cc..ed67448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tib", - "version": "0.7.4", + "version": "0.7.5", "description": "Easy e2e browser testing in Node", "main": "lib/tib.js", "module": "src/index.js",