Skip to content

Commit

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

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

* [[`1bb0ab69b1`](https://github.com/wyze/reason-calculator/commit/1bb0ab69b1)] - Upgrade reductive (Neil Kistner)
* [[`122df904f3`](https://github.com/wyze/reason-calculator/commit/122df904f3)] - Update styles for a better mobile experience (Neil Kistner)

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

* [[`872823b937`](https://github.com/wyze/reason-calculator/commit/872823b937)] - Cleanup PosNeg handling and fix potential bug when total would be 0 (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.1.0",
"version": "1.1.1",
"repository": "wyze/reason-calculator",
"author": {
"name": "Neil Kistner",
Expand Down
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ $ npm run build

> [Full Change Log](changelog.md)
### [v1.1.0](https://github.com/wyze/reason-calculator/releases/tag/v1.1.0) (2017-04-04)
### [v1.1.1](https://github.com/wyze/reason-calculator/releases/tag/v1.1.1) (2017-04-05)

* [[`872823b937`](https://github.com/wyze/reason-calculator/commit/872823b937)] - Cleanup PosNeg handling and fix potential bug when total would be 0 (Neil Kistner)
* [[`7ce73e39fe`](https://github.com/wyze/reason-calculator/commit/7ce73e39fe)] - Add positive/negative button (Neil Kistner)
* [[`164e1d9cf1`](https://github.com/wyze/reason-calculator/commit/164e1d9cf1)] - Remove all the reversing of the operations (Neil Kistner)
* [[`1bb0ab69b1`](https://github.com/wyze/reason-calculator/commit/1bb0ab69b1)] - Upgrade reductive (Neil Kistner)
* [[`122df904f3`](https://github.com/wyze/reason-calculator/commit/122df904f3)] - Update styles for a better mobile experience (Neil Kistner)

## License

Expand Down

0 comments on commit e808cfc

Please sign in to comment.