Skip to content

Commit

Permalink
release: 1.4.0 [skip ci] nn# [1.4.0](v1.3.6...v1.4.0) (2021-10-18)
Browse files Browse the repository at this point in the history
### Bug Fixes

* **lint:** skips else for return ([#147](#147)) ([3218b81](3218b81))
* **progress-bar:** make progress bar work for simple flow as well as branch flow ([#116](#116)) ([fa51c4a](fa51c4a))

### Features

* **cookies:** enables persistent state ([#146](#146)) ([30bd966](30bd966))
  • Loading branch information
semantic-release-bot committed Oct 18, 2021
1 parent 3218b81 commit ebb19a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.4.0](https://github.com/usds/questionable/compare/v1.3.6...v1.4.0) (2021-10-18)


### Bug Fixes

* **lint:** skips else for return ([#147](https://github.com/usds/questionable/issues/147)) ([3218b81](https://github.com/usds/questionable/commit/3218b8188c9e473857fdbc382c78718baa3a06ea))
* **progress-bar:** make progress bar work for simple flow as well as branch flow ([#116](https://github.com/usds/questionable/issues/116)) ([fa51c4a](https://github.com/usds/questionable/commit/fa51c4a225784cc2f9a02f76e37c92a33686b38f))


### Features

* **cookies:** enables persistent state ([#146](https://github.com/usds/questionable/issues/146)) ([30bd966](https://github.com/usds/questionable/commit/30bd9661b139ec6b139b0c20e8540a52cef6394d))

## [1.3.6](https://github.com/usds/questionable/compare/v1.3.5...v1.3.6) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@
"type-check": "tsc --noEmit -p tsconfig.json"
},
"types": "dist/index.d.ts",
"version": "1.3.6",
"version": "1.4.0",
"packageManager": "[email protected]"
}

0 comments on commit ebb19a3

Please sign in to comment.