This commit is contained in:
Nicolás Venturo
2020-04-27 15:30:27 -03:00
parent 6e3de4d48a
commit 087d314daf
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 3.0.1 (unreleased)
## 3.0.1 (2020-04-27)
### Bugfixes
* `ERC777`: fixed the `_approve` internal function not validating some of their arguments for non-zero addresses. ([#2213](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2213))

View File

@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts",
"version": "3.0.0",
"version": "3.0.1",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "3.0.0",
"version": "3.0.1",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",