Skip to content

Commit 5ec41ea

Browse files
feat: updating version
1 parent 7683d6e commit 5ec41ea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2021-03-04
11+
12+
### Added
13+
14+
- Returning element to make it chainable downstream.
15+
1016
## [1.0.1] - 2021-02-16
1117

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

6167
- Updating README.md.
6268

63-
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.1...HEAD
69+
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.2...HEAD
70+
[1.0.2]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.1...v1.0.2
6471
[1.0.1]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.0...v1.0.1
6572
[1.0.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...v1.0.0
6673
[0.1.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.15...v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-fill-command",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Cypress command for fill inputs",
55
"homepage": "https://github.com/DanielFerrariR/cypress-fill-command",
66
"repository": {

0 commit comments

Comments
 (0)