Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-09-28)

### Bug Fixes

* **installment:** type ([8c0bc14](8c0bc14))
  • Loading branch information
github-actions committed Sep 28, 2021
1 parent d7f2b89 commit 192e4a3
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/alma/alma-js-client/compare/v1.1.0...v1.1.1) (2021-09-28)


### Bug Fixes

* **installment:** type ([8c0bc14](https://github.com/alma/alma-js-client/commit/8c0bc148946a7f829472c53839ffbdc9b8afd028))

# [1.1.0](https://github.com/alma/alma-js-client/compare/v1.0.1...v1.1.0) (2021-01-11)


Expand Down
2 changes: 1 addition & 1 deletion dist/alma-client.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.m.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-client.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/client.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ApiMode } from './consts';
import PaymentsEndpoint from './endpoints/payments';
import Credentials from './credentials/base';
export declare const CLIENT_VERSION = "1.1.0";
export declare const CLIENT_VERSION = "1.1.1";
export declare type ApiRootObject = Record<ApiMode, string>;
export interface ClientConfig {
apiRoot: ApiRootObject;
Expand Down
1 change: 1 addition & 0 deletions dist/types/entities/eligibility.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { integer } from '../types';
export interface IInstallment {
purchase_amount: integer;
customer_fee: integer;
customer_interest: integer;
due_date: integer;
}
export declare type IPaymentPlan = IInstallment[];
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": "@alma/client",
"version": "1.1.0",
"version": "1.1.1",
"description": "JavaScript client library for Alma API - https://getalma.eu",
"keywords": [],
"main": "dist/alma-client.js",
Expand Down

0 comments on commit 192e4a3

Please sign in to comment.