Merge branch 'release-v2.1.3'

pull/1653/head
Nicolás Venturo 6 years ago
commit 5b93137c26
  1. 3
      CHANGELOG.md
  2. 2
      ethpm.json
  3. 2
      package-lock.json
  4. 2
      package.json

@ -19,6 +19,9 @@
### Breaking changes:
* `TokenMetadata` (in drafts) has been renamed to `ERC20Metadata`. ([#1618](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1618))
## 2.1.3 (2019-26-02)
* Backported `SafeERC20.safeApprove` bugfix. ([#1647](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1647))
## 2.1.2 (2019-17-01)
* Removed most of the test suite from the npm package, except `PublicRole.behavior.js`, which may be useful to users testing their own `Roles`.

@ -1,6 +1,6 @@
{
"package_name": "zeppelin",
"version": "2.1.2",
"version": "2.1.3",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>"

2
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "2.1.2",
"version": "2.1.3",
"description": "Secure Smart Contract library for Solidity",
"files": [
"build",

Loading…
Cancel
Save