Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0](v0.6.0...v0.7.0) (2019-03-12)

### Bug Fixes

* **calculator.ts:** return this from asin method ([20bdded](20bdded))

### Features

* **calculator.ts:** add asin method ([71360a4](71360a4))
  • Loading branch information
semantic-release-bot committed Mar 12, 2019
1 parent 23d8efb commit d390cdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.7.0](https://github.com/gfmio/example-calculator/compare/v0.6.0...v0.7.0) (2019-03-12)


### Bug Fixes

* **calculator.ts:** return this from asin method ([20bdded](https://github.com/gfmio/example-calculator/commit/20bdded))


### Features

* **calculator.ts:** add asin method ([71360a4](https://github.com/gfmio/example-calculator/commit/71360a4))

# [0.6.0](https://github.com/gfmio/example-calculator/compare/v0.5.5...v0.6.0) (2019-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-calculator",
"version": "0.6.0",
"version": "0.7.0",
"description": "A simple calculator package developed as an exemplary, educational project using a range of libraries and external tools",
"author": "Frédérique Mittelstaedt <git@gfm.io> (www.gfm.io)",
"license": "MIT",
Expand Down

0 comments on commit d390cdd

Please sign in to comment.