From e808cfcf4e54ea62b9fbd6a85489d092ba3efc5c Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Tue, 4 Apr 2017 21:24:25 -0500 Subject: [PATCH] 1.1.1 --- changelog.md | 5 +++++ package.json | 2 +- readme.md | 7 +++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 48c22c5..dca0691 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/package.json b/package.json index 1807752..af3d002 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index a5b09d1..a363cd6 100644 --- a/readme.md +++ b/readme.md @@ -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