Skip to content

Commit

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

### Bug Fixes

* make @babel/types and @babel/generator direct dependencies ([#16](#16)) ([1b15b56](1b15b56))
  • Loading branch information
semantic-release-bot committed Jun 27, 2022
1 parent 1b15b56 commit 70b2e2d
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.1](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.1.0...v1.1.1) (2022-06-27)

### Bug Fixes

- make @babel/types and @babel/generator direct dependencies ([#16](https://github.com/ExpediaGroup/cypress-codegen/issues/16)) ([1b15b56](https://github.com/ExpediaGroup/cypress-codegen/commit/1b15b5635144d83a314f409599f8b800e3dc6194))

# [1.1.0](https://github.com/ExpediaGroup/cypress-codegen/compare/v1.0.1...v1.1.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.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 70b2e2d

Please sign in to comment.