Skip to content

Commit

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

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

* [[`cd9c2285f1`](https://github.com/wyze/reason-calculator/commit/cd9c2285f1)] - Add ability to enter decimals (Neil Kistner)
* [[`93c692abc1`](https://github.com/wyze/reason-calculator/commit/93c692abc1)] - Remove stale Pending action (Neil Kistner)
* [[`7458b780c5`](https://github.com/wyze/reason-calculator/commit/7458b780c5)] - Convert int to float to prepare for decimal functionality (Neil Kistner)

### [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)
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.1",
"version": "1.2.0",
"repository": "wyze/reason-calculator",
"author": {
"name": "Neil Kistner",
Expand Down
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ $ npm run build

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

* [[`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)
* [[`cd9c2285f1`](https://github.com/wyze/reason-calculator/commit/cd9c2285f1)] - Add ability to enter decimals (Neil Kistner)
* [[`93c692abc1`](https://github.com/wyze/reason-calculator/commit/93c692abc1)] - Remove stale Pending action (Neil Kistner)
* [[`7458b780c5`](https://github.com/wyze/reason-calculator/commit/7458b780c5)] - Convert int to float to prepare for decimal functionality (Neil Kistner)

## License

Expand Down

0 comments on commit 5b4f4dc

Please sign in to comment.