Prechádzať zdrojové kódy

Merge branch 'release-v4.3'

Francisco Giordano 4 rokov pred
rodič
commit
1baa009266
4 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 1 1
      CHANGELOG.md
  2. 1 1
      contracts/package.json
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## Unreleased
+## 4.3.0 (2021-08-17)
 
  * `ERC2771Context`: use private variable from storage to store the forwarder address. Fixes issues where `_msgSender()` was not callable from constructors. ([#2754](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2754))
  * `EnumerableSet`: add `values()` functions that returns an array containing all values in a single call. ([#2768](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2768))

+ 1 - 1
contracts/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@openzeppelin/contracts",
   "description": "Secure Smart Contract library for Solidity",
-  "version": "4.2.0",
+  "version": "4.3.0",
   "files": [
     "**/*.sol",
     "/build/contracts/*.json",

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "openzeppelin-solidity",
   "description": "Secure Smart Contract library for Solidity",
-  "version": "4.2.0",
+  "version": "4.3.0",
   "files": [
     "/contracts/**/*.sol",
     "/build/contracts/*.json",