Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-11-03)

### Bug Fixes

* **axios:** change axios version + remove useless axios import ([d6ba497](d6ba497))
  • Loading branch information
github-actions committed Nov 3, 2021
1 parent e279c22 commit 121a85c
Show file tree
Hide file tree
Showing 11 changed files with 17 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.2](https://github.com/alma/alma-js-client/compare/v1.1.1...v1.1.2) (2021-11-03)


### Bug Fixes

* **axios:** change axios version + remove useless axios import ([d6ba497](https://github.com/alma/alma-js-client/commit/d6ba49788e0f564c84241bff4f77bc0cbd510c99))

## [1.1.1](https://github.com/alma/alma-js-client/compare/v1.1.0...v1.1.1) (2021-09-28)


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.1";
export declare const CLIENT_VERSION = "1.1.2";
export declare type ApiRootObject = Record<ApiMode, string>;
export interface ClientConfig {
apiRoot: ApiRootObject;
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.1",
"version": "1.1.2",
"description": "JavaScript client library for Alma API - https://getalma.eu",
"keywords": [],
"main": "dist/alma-client.js",
Expand Down

0 comments on commit 121a85c

Please sign in to comment.