Skip to content

Commit 3e5e79c

Browse files
authored
Merge pull request #31 from cryptlex/release-please--branches--main--components--web-api-client
chore(main): release 1.2.0
2 parents e5cbd63 + 57b6b13 commit 3e5e79c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/cryptlex/web-api-client-js/compare/v1.1.2...v1.2.0) (2022-12-12)
4+
5+
6+
### Features
7+
8+
* **CryptlexWebApiClient:** add `getLicenses(license, count)` ([e7d7846](https://github.com/cryptlex/web-api-client-js/commit/e7d7846c88c1775b5ca1e561fa6d4cad12c1d676))
9+
* **http:** enable retrying for 429 and 5xx requests ([e7d7846](https://github.com/cryptlex/web-api-client-js/commit/e7d7846c88c1775b5ca1e561fa6d4cad12c1d676))
10+
11+
12+
### Bug Fixes
13+
14+
* **httpClient:** import extension ([752f2a1](https://github.com/cryptlex/web-api-client-js/commit/752f2a1f39fdd2d1f59937019cd6247d798cc70a))
15+
316
## [1.1.2](https://github.com/cryptlex/web-api-client-js/compare/v1.1.1...v1.1.2) (2022-11-30)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cryptlex/web-api-client",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Client library for the Cryptlex Web API",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)