Skip to content

Commit

Permalink
Bump version for separating Scenario names concerns, #371
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Jan 7, 2022
1 parent 84689c4 commit 4e7cd8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ Format:
-->
<!-- ## [Unreleased] -->

## [3.0.6] - 2021-01-07
### Changed
- See #371
- Scenario heading tags are now on a second line
- Artifact filenames use dashes more and are created separately from Scenario headings
- Scenario ids are separated from filenames and Scenario headings

## [3.0.5] - 2021-01-06
### Added
- Add action.yml that runs most of what users' workflows run now, along with notes for a new user workflow that will take less maintainance. See #420. We need to add documentation on how to write a workflow file as it currently is if they want to take back control. Setup interview has not yet been updated with this workflow.
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": "docassemble-cucumber",
"version": "3.0.5",
"version": "3.0.6",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4e7cd8d

Please sign in to comment.