Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyCL committed Jun 29, 2021
1 parent 720ad41 commit f9e7396
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Changelog

2.5.0 / 2021-06-28
==================
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.

* feat: add isTimePassed function to TestUtils.ts (#234)
* docs: fix ci badge (#232)
* Bump glob-parent from 5.1.1 to 5.1.2 (#222)
* Bump hosted-git-info from 2.8.8 to 2.8.9 (#223)
* Bump normalize-url from 4.5.0 to 4.5.1 (#224)
* Bump y18n from 3.2.1 to 3.2.2 (#225)
# Changelog
## [3.0.0](https://github.com/cloudinary/wdio-allure-ts/compare/v2.2.1...v3.0.0) (2021-06-29)


### ⚠ BREAKING CHANGES

* upgrade wdio version from v6 to v7
* upgrade wdio version from v6 to v7
* upgrade wdio version from v6 to v7

### Features

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.
* add isTimePassed function to TestUtils.ts ([#234](https://github.com/cloudinary/wdio-allure-ts/issues/234)) ([9e26afc](https://github.com/cloudinary/wdio-allure-ts/commit/9e26afc3da7e1f9386d13010ea5359b1f83cd7f3))
* cleaner-report-logs ([#227](https://github.com/cloudinary/wdio-allure-ts/issues/227)) ([271835b](https://github.com/cloudinary/wdio-allure-ts/commit/271835beadacbd3a3b9971a9264c56e2a5a3acd1))
* upgrade wdio version ([878f030](https://github.com/cloudinary/wdio-allure-ts/commit/878f03028bb6da805027e18370416c7c601699df))
* upgrade wdio version ([e1ea0ad](https://github.com/cloudinary/wdio-allure-ts/commit/e1ea0adea124992f27575eb3f014914d0098c72a))
* upgrade wdio version ([48a57a9](https://github.com/cloudinary/wdio-allure-ts/commit/48a57a9fb6430913421d42862f164be9ef9afe38))
* upgrade wdio version from v6 to v7 ([5389204](https://github.com/cloudinary/wdio-allure-ts/commit/53892046da155275eba010682cfcc9ae202d86ef))
* upgrade wdio version from v6 to v7 ([fbcd6b4](https://github.com/cloudinary/wdio-allure-ts/commit/fbcd6b455ce106b04e226b25e62fd43d2721bfc7))
* upgrade wdio version from v6 to v7 ([681666a](https://github.com/cloudinary/wdio-allure-ts/commit/681666a5559558799c84100aa5b1a197e6ec2064))
* Version 2.5.0 ([d9ee5f5](https://github.com/cloudinary/wdio-allure-ts/commit/d9ee5f54b5f8240be8a795dc23dc57843307bf8c))

## [2.4.0](https://github.com/cloudinary/wdio-allure-ts/compare/v2.3.0...v2.4.0) (2021-06-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-allure-ts",
"version": "2.5.0",
"version": "3.0.0",
"description": "UI E2E testing util",
"license": "MIT",
"author": "Cloudinary <[email protected]>",
Expand Down

0 comments on commit f9e7396

Please sign in to comment.