Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @openzeppelin/[email protected]
  • Loading branch information
frangio committed Dec 16, 2020
1 parent 24d630a commit 6a02878
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-buidler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.2 (2020-12-16)

- Fix an error in the `unsafeAllowCustomTypes` flag that would cause other storage layout incompatibilities to be ignored. ([#259](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/259))

Users of this flag are advised to update to this version.

## 1.2.1 (2020-10-21)

- Add ability to disable proxy initialization by specifying `initializer: false`. ([#204](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/204))
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-buidler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/buidler-upgrades",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-buidler",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@openzeppelin/upgrades-core": "^1.2.0"
"@openzeppelin/upgrades-core": "^1.4.2"
},
"peerDependencies": {
"@nomiclabs/buidler": "^1.3.7",
Expand Down

0 comments on commit 6a02878

Please sign in to comment.