diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9b16326..a7e667bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes +### Refactor + +- remove `EIP191Signer.sol` library, replace by function `toDataWithIntendedValidatorHash` from latest OpenZeppelin library ([#622](https://github.com/lukso-network/lsp-smart-contracts/issues/622)) ([235048d](https://github.com/lukso-network/lsp-smart-contracts/commit/235048d028d9a770cc5fe516ce5bdbeecf9072e2)) +- remove LSP6 function selectors from `LSP6Constants.sol` ([0c2e9c0](https://github.com/lukso-network/lsp-smart-contracts/commit/0c2e9c01cde59c6a76c731e8bf4271425964df6b)) + +### Build + +- uprade `@erc725/smart-contracts` version to 5.1.0 ([#624](https://github.com/lukso-network/lsp-smart-contracts/issues/624)) +- remove android + iOS artifacts from Github release ([#617](https://github.com/lukso-network/lsp-smart-contracts/pull/617)) + +### Bug Fixes + - variable shadowing with `transferOwnership(_pendingOwner)` and `_pendingOwner` state variable ([7d1b5b8](https://github.com/lukso-network/lsp-smart-contracts/commit/7d1b5b8891ce6dfb970635e420bbf2d6e259d0c1)) ## [0.10.1](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.10.0...v0.10.1) (2023-06-07) diff --git a/package.json b/package.json index 8dfcd7ba5..5a5c5d759 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "build": "hardhat dodoc && ts-node scripts/interfaceIds.ts && prettier -w ./docs ", "build:js": "vite build && dts-bundle-generator --config dtsconfig.json", "package": "hardhat prepare-package", - "release": "run-s clean build package && standard-`version", + "release": "run-s clean build package && standard-version", "remixd": "remixd -s . --remix-ide", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'",