Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Murphy committed May 17, 2019
1 parent 299ace7 commit 67f95a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Change log

### 1.1.3
- Added Actual/365 day count convention to index.ts exports
### 1.1.2 (15/4/2019)
- Refactored method for computing time factors
### 1.1.0 (27/3/2019)
- Added the Actual/365 day count convention and associated tests
### 1.0.4 (25/3/2019)
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": "@curo/calculator",
"version": "1.1.2",
"version": "1.1.3",
"description": "A feature-rich library for performing simple to advanced instalment credit financial calculations.",
"keywords": [
"finance calculator",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Calculator - standard API
export { default as Calculator } from "./core/calculator";
export { default as Convention } from "./day-count/convention";
export { default as Act365 } from "./day-count/act-365";
export { default as ActISDA } from "./day-count/act-isda";
export { default as EU200848EC } from "./day-count/eu-2008-48-ec";
export { default as EU30360 } from "./day-count/eu-30-360";
Expand Down

0 comments on commit 67f95a4

Please sign in to comment.