Skip to content

Commit 9469803

Browse files
feat(/): updating version
1 parent 16465d3 commit 9469803

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.1] - 2021-02-16
11+
12+
### Added
13+
14+
- Updating contributors
15+
1016
## [1.0.0] - 2021-02-16
1117

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

5561
- Updating README.md.
5662

57-
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...HEAD
63+
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.1...HEAD
64+
[1.0.1]: https://github.com/danielferrarir/cypress-fill-command/compare/v1.0.0...v1.0.1
5865
[1.0.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...v1.0.0
5966
[0.1.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.15...v0.1.0
6067
[0.0.15]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.14...v0.0.15

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.0",
3+
"version": "1.0.1",
44
"description": "A Cypress command for fill inputs",
55
"homepage": "https://github.com/DanielFerrariR/cypress-fill-command",
66
"repository": {

0 commit comments

Comments
 (0)