Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-06-27)

### Bug Fixes

* scoping bug which ignored custom command inputs ([#15](#15)) ([caac5fc](caac5fc))
  • Loading branch information
semantic-release-bot committed Jun 27, 2022
1 parent caac5fc commit 1b540fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.1](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.0.0...v1.0.1) (2022-06-27)

### Bug Fixes

- scoping bug which ignored custom command inputs ([#15](https://github.com/ExpediaGroup/cypress-codegen/issues/15)) ([caac5fc](https://github.com/ExpediaGroup/cypress-codegen/commit/caac5fc4b800d3eaab31d1dfcc68af0078c67cb6))

# 1.0.0 (2022-06-27)

### Features
Expand Down
4 changes: 2 additions & 2 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": "cypress-codegen",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 1b540fe

Please sign in to comment.