diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f5d44ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## [0.0.3] - 17-07-18 +- Public release of the tabs component, includes the `` and `` with initial API. \ No newline at end of file diff --git a/package.json b/package.json index 3f798aa..2d1ec7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellosignal/react-tabs", - "version": "0.0.2", + "version": "0.0.3", "description": "Acessible react tabs that collapse into an accordion on mobile", "main": "index.js", "scripts": {