Skip to content

Commit 4e9c424

Browse files
authored
Merge pull request #1661 from aeternity/hotfix/dont-update-core-client
Release 12.1.2: depend on specific version of @azure/core-client
2 parents 0478eed + be353ff commit 4e9c424

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [12.1.2](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.1...v12.1.2) (2022-08-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** depend on specific version of @azure/core-client to fix [#1657](https://github.com/aeternity/aepp-sdk-js/issues/1657) ([95d5910](https://github.com/aeternity/aepp-sdk-js/commit/95d59105ef423acd55a2fb168d0cc6cb244effe1))
11+
512
### [12.1.1](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.0...v12.1.1) (2022-07-28)
613

714

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeternity/aepp-sdk",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "SDK for the æternity blockchain",
55
"main": "dist/aepp-sdk.js",
66
"types": "es/index.d.ts",
@@ -38,7 +38,7 @@
3838
"@aeternity/aepp-calldata": "^1.2.0",
3939
"@aeternity/argon2-browser": "^0.1.2",
4040
"@aeternity/uuid": "^0.0.1",
41-
"@azure/core-client": "^1.6.0",
41+
"@azure/core-client": "1.6.0",
4242
"@azure/core-rest-pipeline": "^1.9.0",
4343
"@babel/runtime-corejs3": "^7.18.9",
4444
"@types/aes-js": "^3.1.1",

0 commit comments

Comments
 (0)