Skip to content

Commit

Permalink
Updated CHANGELOG and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Halvorson committed Jul 23, 2018
1 parent c87b8f9 commit c80acb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.0.5] - 23-07-18
- Remove event listeners when the tabs unmount
- Updated basic documentation inluding external links and typos
- Adds storybook-static and serve storybook via gh-pages

## [0.0.4] - 17-07-18
- Minor documentation updates, general tidy up

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cellosignal/react-tabs",
"version": "0.0.4",
"version": "0.0.5",
"description": "Acessible react tabs that collapse into an accordion on mobile",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
Expand Down Expand Up @@ -49,4 +49,4 @@
"webpack-cli": "^2.0.10",
"webpack-merge": "^4.1.2"
}
}
}

0 comments on commit c80acb5

Please sign in to comment.