Skip to content

Commit

Permalink
Merge pull request #1661 from aeternity/hotfix/dont-update-core-client
Browse files Browse the repository at this point in the history
Release 12.1.2: depend on specific version of @azure/core-client
  • Loading branch information
davidyuk authored Aug 9, 2022
2 parents 0478eed + be353ff commit 4e9c424
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [12.1.2](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.1...v12.1.2) (2022-08-09)


### Bug Fixes

* **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))

### [12.1.1](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.0...v12.1.1) (2022-07-28)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeternity/aepp-sdk",
"version": "12.1.1",
"version": "12.1.2",
"description": "SDK for the æternity blockchain",
"main": "dist/aepp-sdk.js",
"types": "es/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@aeternity/aepp-calldata": "^1.2.0",
"@aeternity/argon2-browser": "^0.1.2",
"@aeternity/uuid": "^0.0.1",
"@azure/core-client": "^1.6.0",
"@azure/core-client": "1.6.0",
"@azure/core-rest-pipeline": "^1.9.0",
"@babel/runtime-corejs3": "^7.18.9",
"@types/aes-js": "^3.1.1",
Expand Down

0 comments on commit 4e9c424

Please sign in to comment.