Skip to content

Commit

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

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

* [[`7348e83f13`](https://github.com/wyze/reason-calculator/commit/7348e83f13)] - Add percentage button (Neil Kistner)
* [[`fa757efb4f`](https://github.com/wyze/reason-calculator/commit/fa757efb4f)] - Remove ClearButton and replace with GreenButton (Neil Kistner)
* [[`1c79f2bbd2`](https://github.com/wyze/reason-calculator/commit/1c79f2bbd2)] - Use stable reductive & bs-jest (#3) (Cheng Lou)
* [[`d391100a17`](https://github.com/wyze/reason-calculator/commit/d391100a17)] - Fix dangereouslySetInnerHTML type (#1) (Cheng Lou)
* [[`dad25d3463`](https://github.com/wyze/reason-calculator/commit/dad25d3463)] - Remove unused dep (#2) (Cheng Lou)
* [[`5d1da1539b`](https://github.com/wyze/reason-calculator/commit/5d1da1539b)] - Cleanup testing process (Neil Kistner)
* [[`233257333f`](https://github.com/wyze/reason-calculator/commit/233257333f)] - Upgrade dependencies and fix build (Neil Kistner)
* [[`ca8eef1903`](https://github.com/wyze/reason-calculator/commit/ca8eef1903)] - Refactor tests (Neil Kistner)

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

> [Full Change Log](changelog.md)
### [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.3.0](https://github.com/wyze/reason-calculator/releases/tag/v1.3.0) (2017-04-15)

* [[`7348e83f13`](https://github.com/wyze/reason-calculator/commit/7348e83f13)] - Add percentage button (Neil Kistner)
* [[`fa757efb4f`](https://github.com/wyze/reason-calculator/commit/fa757efb4f)] - Remove ClearButton and replace with GreenButton (Neil Kistner)
* [[`1c79f2bbd2`](https://github.com/wyze/reason-calculator/commit/1c79f2bbd2)] - Use stable reductive & bs-jest (#3) (Cheng Lou)
* [[`d391100a17`](https://github.com/wyze/reason-calculator/commit/d391100a17)] - Fix dangereouslySetInnerHTML type (#1) (Cheng Lou)
* [[`dad25d3463`](https://github.com/wyze/reason-calculator/commit/dad25d3463)] - Remove unused dep (#2) (Cheng Lou)
* [[`5d1da1539b`](https://github.com/wyze/reason-calculator/commit/5d1da1539b)] - Cleanup testing process (Neil Kistner)
* [[`233257333f`](https://github.com/wyze/reason-calculator/commit/233257333f)] - Upgrade dependencies and fix build (Neil Kistner)
* [[`ca8eef1903`](https://github.com/wyze/reason-calculator/commit/ca8eef1903)] - Refactor tests (Neil Kistner)

## License

Expand Down

0 comments on commit 146eaa9

Please sign in to comment.