Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 3, 2017
1 parent 7db4e02 commit 0ee2474
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

### [v1.0.1](https://github.com/wyze/reason-calculator/releases/tag/v1.0.1) (2017-04-03)

* [[`7db4e02f0f`](https://github.com/wyze/reason-calculator/commit/7db4e02f0f)] - Fix bug when changing operation (i.e. Add -\> Subtract) (Neil Kistner)
* [[`30d699670c`](https://github.com/wyze/reason-calculator/commit/30d699670c)] - Quick style update (Neil Kistner)
* [[`eea0ba9618`](https://github.com/wyze/reason-calculator/commit/eea0ba9618)] - Fix bug with Input action after Equals action (Neil Kistner)
* [[`d08ec46285`](https://github.com/wyze/reason-calculator/commit/d08ec46285)] - General project cleanup (Neil Kistner)
* [[`d79a2512c6`](https://github.com/wyze/reason-calculator/commit/d79a2512c6)] - Add tests with `bs-jest` (Neil Kistner)
* [[`1b1634d0f6`](https://github.com/wyze/reason-calculator/commit/1b1634d0f6)] - Add Svg component (Neil Kistner)

### [v1.0.0](https://github.com/wyze/reason-calculator/releases/tag/v1.0.0) (2017-03-30)

* [[`32e8e5626d`](https://github.com/wyze/reason-calculator/commit/32e8e5626d)] - Initial commit (Neil Kistner)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reason-calculator",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"repository": "wyze/reason-calculator",
"author": {
"name": "Neil Kistner",
Expand Down
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ $ npm run build

> [Full Change Log](changelog.md)
### [v1.0.0](https://github.com/wyze/reason-calculator/releases/tag/v1.0.0) (2017-03-30)

* [[`32e8e5626d`](https://github.com/wyze/reason-calculator/commit/32e8e5626d)] - Initial commit (Neil Kistner)
### [v1.0.1](https://github.com/wyze/reason-calculator/releases/tag/v1.0.1) (2017-04-03)

* [[`7db4e02f0f`](https://github.com/wyze/reason-calculator/commit/7db4e02f0f)] - Fix bug when changing operation (i.e. Add -\> Subtract) (Neil Kistner)
* [[`30d699670c`](https://github.com/wyze/reason-calculator/commit/30d699670c)] - Quick style update (Neil Kistner)
* [[`eea0ba9618`](https://github.com/wyze/reason-calculator/commit/eea0ba9618)] - Fix bug with Input action after Equals action (Neil Kistner)
* [[`d08ec46285`](https://github.com/wyze/reason-calculator/commit/d08ec46285)] - General project cleanup (Neil Kistner)
* [[`d79a2512c6`](https://github.com/wyze/reason-calculator/commit/d79a2512c6)] - Add tests with `bs-jest` (Neil Kistner)
* [[`1b1634d0f6`](https://github.com/wyze/reason-calculator/commit/1b1634d0f6)] - Add Svg component (Neil Kistner)

## License

Expand Down

0 comments on commit 0ee2474

Please sign in to comment.