Skip to content

Commit

Permalink
chore: prepare release 4.0.0 (#178)
Browse files Browse the repository at this point in the history
* chore(release): 4.0.0

* chore: correct the CHANGELOG.md
  • Loading branch information
b00ste authored Nov 1, 2022
1 parent 9e46369 commit e6de166
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions implementations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## 4.0.0 (2022-10-31)

### ⚠ BREAKING CHANGES

- add underscore to variable name `store` -> `_store` (#174)
- replace error strings by custom errors (#175)
- add execute batch function to ERC725X (#177)

### Features

- add execute batch function to ERC725X ([a0b08fa](https://github.com/ERC725Alliance/ERC725/commit/a0b08fafccd1f009a497ca400efd50933a478457))

### Bug Fixes

- emit `Executed` event before the external call ([#173](https://github.com/ERC725Alliance/ERC725/issues/173)) ([13743ae](https://github.com/ERC725Alliance/ERC725/commit/13743aedc1d6dce3e50cd8dd3b82b0e51fbd6827))

## [3.2.0](https://github.com/ERC725Alliance/ERC725/compare/v3.1.0...v3.2.0) (2022-09-01)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions implementations/package-lock.json

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

2 changes: 1 addition & 1 deletion implementations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@erc725/smart-contracts",
"version": "3.2.0",
"version": "4.0.0",
"description": "ERC725 contract implementations",
"homepage": "https://erc725alliance.org",
"repository": {
Expand Down

0 comments on commit e6de166

Please sign in to comment.