Skip to content

Commit 0168fde

Browse files
committed
Transpile 14df696
1 parent 5630276 commit 0168fde

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.3.1
3+
## 4.3.1 (2021-08-26)
44

55
* `TimelockController`: Add additional isOperationReady check.
66

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "openzeppelin-solidity",
44
"description": "Secure Smart Contract library for Solidity",
5-
"version": "4.3.0",
5+
"version": "4.3.1",
66
"files": [
77
"/contracts/**/*.sol",
88
"/build/contracts/*.json",

0 commit comments

Comments
 (0)