Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jan 31, 2018
1 parent b472e45 commit d45b750
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -3,7 +3,7 @@
"main": [
"dist/currency.js"
],
"version": "1.0.7",
"version": "1.0.8",
"homepage": "http://scurker.github.io/currency.js",
"authors": [
"Jason Wilson"
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
@@ -1,6 +1,10 @@
**1.0.8**

* Changed module `export default currency` to `export = currency` for Typescript definition. ([#88](https://github.com/scurker/currency.js/issues/88) thanks [@arturnt]](https://github.com/arturnt))

**1.0.6**

* Fixed travis deployments. )[#79](https://github.com/scurker/currency.js/issues/79))
* Fixed travis deployments. ([#79](https://github.com/scurker/currency.js/issues/79))

**1.0.5**

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "currency.js",
"homepage": "http://scurker.github.io/currency.js",
"version": "1.0.7",
"version": "1.0.8",
"description": "A javascript library for handling currency values.",
"main": "dist/currency.js",
"module": "dist/currency.es.js",
Expand Down

0 comments on commit d45b750

Please sign in to comment.