Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 29, 2021
1 parent c403635 commit c5cd923
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.0][] - 2021-10-28

### Added

- Created `react-sweet-wizard` component
Expand All @@ -22,3 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Fixing unit tests


[Unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.0
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": "0.0.0",
"version": "1.0.0",
"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 c5cd923

Please sign in to comment.