Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 12, 2019
1 parent 2f94009 commit 6e72209
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,31 @@ See [CHANGELOG - v4](https://github.com/webdriverio-boneyard/v4/blob/master/CHAN

---

## v5.11.4 (2019-07-12)

#### :bug: Bug Fix
* `wdio-appium-service`, `wdio-crossbrowsertesting-service`, `wdio-testingbot-service`
* [#4179](https://github.com/webdriverio/webdriverio/pull/4179) Add EsLint check for dependencies ([@christian-bromann](https://github.com/christian-bromann))

#### :memo: Documentation
* [#4153](https://github.com/webdriverio/webdriverio/pull/4153) Add Changelog and Roadmap links to README.md ([@christian-bromann](https://github.com/christian-bromann))

#### Committers: 1
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))

## v5.11.3 (2019-07-11)

#### :bug: Bug Fix
* `wdio-cucumber-framework`
* [#4181](https://github.com/webdriverio/webdriverio/pull/4181) wdio-cucumber-framework: fix hook handling ([@mgrybyk](https://github.com/mgrybyk))

#### :memo: Documentation
* [#4176](https://github.com/webdriverio/webdriverio/pull/4176) Chore/cucumber5 blogpost ([@wswebcreation](https://github.com/wswebcreation))

#### Committers: 2
- Mykola Grybyk ([@mgrybyk](https://github.com/mgrybyk))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

## v5.11.2 (2019-07-11)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog.js
Expand Up @@ -45,7 +45,7 @@ const BANNER = `
*/
// eslint-disable-next-line no-console
console.log('Start generating changelog...')
changelog.createMarkdown({ tagFrom: 'v5.11.2' }).then((newChangelog) => {
changelog.createMarkdown({ tagFrom: 'v5.11.3' }).then((newChangelog) => {
let changelogContent = fs.readFileSync(changelogPath, 'utf8')
changelogContent = changelogContent.replace('---', '---\n' + newChangelog)
fs.writeFileSync(changelogPath, changelogContent, 'utf8')
Expand Down

0 comments on commit 6e72209

Please sign in to comment.