Skip to content

Commit

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

### Features

* support cypress component tests ([#14](#14)) ([013a789](013a789))
  • Loading branch information
semantic-release-bot committed Jun 27, 2022
1 parent 013a789 commit 74a48ec
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.1.0](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.0.1...v1.1.0) (2022-06-27)

### Features

- support cypress component tests ([#14](https://github.com/ExpediaGroup/cypress-codegen/issues/14)) ([013a789](https://github.com/ExpediaGroup/cypress-codegen/commit/013a7897524c559e32d1d6db71e5e6949e00cde4))

## [1.0.1](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.0.0...v1.0.1) (2022-06-27)

### Bug Fixes
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.1",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 74a48ec

Please sign in to comment.