Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Dec 26, 2015
1 parent cd445b0 commit a0ff94c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1 (2015-12-26)

Fixed:

- Fix accidentally commented out build config so the build is minified and optimized for production again. [cd445b0](../../commit/cd445b0)

## 1.0.0 (2015-12-23)

Changed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "switcheroo",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component that switches between components based on route",
"main": "dist/switcheroo.min.js",
"scripts": {
Expand Down

0 comments on commit a0ff94c

Please sign in to comment.