Skip to content

Commit

Permalink
feat: updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFerrariR committed Mar 5, 2021
1 parent 7683d6e commit 5ec41ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2021-03-04

### Added

- Returning element to make it chainable downstream.

## [1.0.1] - 2021-02-16

### Added
Expand Down Expand Up @@ -60,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updating README.md.

[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.1...HEAD
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.15...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cypress-fill-command",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Cypress command for fill inputs",
"homepage": "https://github.com/DanielFerrariR/cypress-fill-command",
"repository": {
Expand Down

0 comments on commit 5ec41ea

Please sign in to comment.