Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @openzeppelin/[email protected]
 - @openzeppelin/[email protected]
  • Loading branch information
frangio committed Nov 18, 2020
1 parent 6a4e31d commit 5ff07ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.3.1 (2020-11-18)

- Allow ommitting `args` in `deployProxy` when it's an empty array.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/hardhat-upgrades",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-hardhat",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-truffle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.2.5 (2020-11-18)

- Allow ommitting `args` in `deployProxy` when it's an empty array.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/truffle-upgrades",
"version": "1.2.4",
"version": "1.2.5",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-truffle",
"license": "MIT",
Expand Down

0 comments on commit 5ff07ae

Please sign in to comment.