This commit is contained in:
Nicolás Venturo
2020-02-04 19:39:23 -03:00
parent 941d305044
commit 58a3368215
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 2.5.0 (unreleased)
## 2.5.0 (2020-02-04)
### New features
* `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926))

View File

@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",