Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 31, 2021
1 parent 0b57eb6 commit b81abd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.0.3][] - 2021-10-31

### Updated

- Improving code linting by adding `eslint-plugin-unicorn` package
Expand Down Expand Up @@ -71,3 +73,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.0.1]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.1
[unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.2


[Unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.3
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
@@ -1,6 +1,6 @@
{
"name": "react-sweet-wizard",
"version": "1.0.2",
"version": "1.0.3",
"description": "Your module to handle wizard steps in ReactJS applications easier",
"author": "Will Mendes <willmendesneto@gmail.com> (http://github.com/willmendesneto)",
"keywords": [
Expand Down

0 comments on commit b81abd9

Please sign in to comment.