Skip to content

Commit 0197209

Browse files
authored
Merge pull request #79 from cryptlex/release-please--branches--main--components--web-api-client
chore(main): release 1.2.1
2 parents 2249920 + df40f77 commit 0197209

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/cryptlex/web-api-client-js/compare/v1.2.0...v1.2.1) (2023-10-25)
4+
5+
6+
### Bug Fixes
7+
8+
* user query parameter types ([d9cb719](https://github.com/cryptlex/web-api-client-js/commit/d9cb7193c7cf323fc93bf4b9808d14a715461a5c))
9+
310
## [1.2.0](https://github.com/cryptlex/web-api-client-js/compare/v1.1.2...v1.2.0) (2022-12-12)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)