Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.2](v0.6.1...v0.6.2) (2020-11-10)

### Bug Fixes

* event emmited on wrong time ([a1fddba](a1fddba))
* lint issue ([72ed6a5](72ed6a5))
  • Loading branch information
semantic-release-bot committed Nov 10, 2020
1 parent 5fad25f commit 5a23078
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.6.2](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.6.1...v0.6.2) (2020-11-10)


### Bug Fixes

* event emmited on wrong time ([a1fddba](https://github.com/lmarqs/cypress-rollup-preprocessor/commit/a1fddbae1b9a2012b3cdd61055be04c60319487b))
* lint issue ([72ed6a5](https://github.com/lmarqs/cypress-rollup-preprocessor/commit/72ed6a56b9ef800bc0a7c9a0f6b94b24b46e4f75))

## [0.6.1](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.6.0...v0.6.1) (2020-08-24)


Expand Down
2 changes: 1 addition & 1 deletion 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-rollup-preprocessor",
"version": "0.6.1",
"version": "0.6.2",
"description": "Cypress preprocessor for bundling JavaScript via rollup",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5a23078

Please sign in to comment.