Skip to content

Commit 9f383fc

Browse files
committed
chore(release): 0.7.5
1 parent 831e070 commit 9f383fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [0.7.5](https://github.com/nuxt-contrib/tib/compare/v0.7.4...v0.7.5) (2020-12-12)
6+
7+
8+
### Bug Fixes
9+
10+
* replace deprecated waitFor (resolves: [#63](https://github.com/nuxt-contrib/tib/issues/63)) ([542024f](https://github.com/nuxt-contrib/tib/commit/542024f5b37def13e6c7a0846fec481c6486cfa8))
11+
512
### [0.7.4](https://github.com/nuxt-contrib/tib/compare/v0.7.3...v0.7.4) (2019-11-27)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tib",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Easy e2e browser testing in Node",
55
"main": "lib/tib.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)