Skip to content

Commit

Permalink
Merge pull request #223 from GannettDigital/v0.11.0
Browse files Browse the repository at this point in the history
v0.11.0: cut a release
  • Loading branch information
zmknox authored Sep 2, 2020
2 parents 17c3cf2 + 76139e4 commit 174e625
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# simulato change log

## Pending Version

## 0.11.0

* Scott Gunther
* Add `Key` from selenium webdriver to globals
* Add optmization for action tree to find an action, given the preconditions have been discovered, by trivially combining antecedent actions
Expand Down
7 changes: 7 additions & 0 deletions docs/pages/home/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ toc_label: 'Version Number'
sidebar: about_sidebar
---

## 0.11.0

* Scott Gunther
* Add `Key` from selenium webdriver to globals
* Add optmization for action tree to find an action, given the preconditions have been discovered, by trivially combining antecedent actions
* Update all dependencies

## 0.10.0

* Raghu Dantuluri and Zach Knox
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simulato",
"version": "0.10.0",
"version": "0.11.0",
"description": "A model based testing tool",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 174e625

Please sign in to comment.