Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Hernandez committed Feb 1, 2021
1 parent 25bf5ed commit c197ac6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,15 @@

Based on [Keep a CHANGELOG]. 🪵

## [NEXT] - 2021-MM-DD
## [0.3.0] - 2021-MM-DD

### Updated

- Update README
- Fix issue preventing lint-staged from fixing jsx files
- Add default props for MonkeySpan
- Add and configure storybook, with MonkeySpan story
- Add addons for storybook

## [0.2.3] - 2021-01-31

Expand Down Expand Up @@ -40,7 +44,7 @@ Based on [Keep a CHANGELOG]. 🪵

<!-- RELEASE LINKS -->

[next]: https://github.com/tonytino/monkeyspan/releases/tag/NEXT
[0.3.0]: https://github.com/tonytino/monkeyspan/releases/tag/0.3.0
[0.2.3]: https://github.com/tonytino/monkeyspan/releases/tag/0.2.3
[0.2.2]: https://github.com/tonytino/monkeyspan/releases/tag/0.2.2
[0.2.1]: https://github.com/tonytino/monkeyspan/releases/tag/0.2.1
Expand Down
4 changes: 2 additions & 2 deletions 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": "monkeyspan",
"version": "0.2.3",
"version": "0.3.0",
"description": "A React component named MonkeySpan!",
"main": "bundle.js",
"scripts": {
Expand Down

0 comments on commit c197ac6

Please sign in to comment.