Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Aug 1, 2020
1 parent a0253c8 commit fb9649a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.2.0 (2020-08-01)
------------------

* Added `pow()` operation.


1.1.1 (2020-02-02)
------------------

Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ const result = new Money(10).divide(3);

// Multiplication
const result = new Money('2000').multiply('1.25');

// Powers
const result = new Money(2).pow(8);
```

### Comparing objects
Expand Down

0 comments on commit fb9649a

Please sign in to comment.