Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Dec 23, 2015
1 parent 94693cb commit 505e009
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.0.0 (2015-12-23)

Changed:

- Made `Switcher` the default export instead of a named export from the library. [9d97f19](../../commit/9d97f19) Wherever using `Switcher` change as follows:

```js
// old
import {Switcher} from 'switcheroo';
```

```js
// new
import Switcher from 'switcheroo';
```

## 0.13.1 (2015-10-30)

Fixed:
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": "0.13.1",
"version": "1.0.0",
"description": "React component that switches between components based on route",
"main": "dist/switcheroo.min.js",
"scripts": {
Expand Down

0 comments on commit 505e009

Please sign in to comment.