Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-06-28)

### Bug Fixes

* prettify output of generated types ([#17](#17)) ([dde4672](dde4672))
  • Loading branch information
semantic-release-bot committed Jun 28, 2022
1 parent dde4672 commit 8df94cb
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.1.1...v1.1.2) (2022-06-28)

### Bug Fixes

- prettify output of generated types ([#17](https://github.com/ExpediaGroup/cypress-codegen/issues/17)) ([dde4672](https://github.com/ExpediaGroup/cypress-codegen/commit/dde4672e5077d5547cc5700988565aaff12375b8))

## [1.1.1](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.1.0...v1.1.1) (2022-06-27)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ for more details.

`cypress-codegen` will attempt to read your `prettierrc` config by default.
However, you may pass a config override in the cypress.config.ts invocation:

```ts
setupNodeEvents(on, config) {
cypressCodegen(on, config, prettierConfigOverride);
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.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 8df94cb

Please sign in to comment.