Skip to content

Commit 5e74a57

Browse files
committed
chore(release): 0.6.0
1 parent c349d5f commit 5e74a57

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Change Log
1+
# Changelog
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.6.0](https://github.com/pimlie/tib/compare/v0.5.2...v0.6.0) (2019-07-13)
6+
7+
8+
### Bug Fixes
9+
10+
* ignore grep errors for chrome detector ([262ae34](https://github.com/pimlie/tib/commit/262ae34))
11+
12+
13+
### Features
14+
15+
* add static webserver command ([9b075d4](https://github.com/pimlie/tib/commit/9b075d4))
16+
* add trim option to getText(s) ([1caadd0](https://github.com/pimlie/tib/commit/1caadd0))
17+
18+
19+
### Tests
20+
21+
* fix for selenium ([7533ed4](https://github.com/pimlie/tib/commit/7533ed4))
22+
23+
24+
525
## [0.5.2](https://github.com/pimlie/tib/compare/v0.5.1...v0.5.2) (2019-05-05)
626

727

package.json

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

0 commit comments

Comments
 (0)