Skip to content

Commit

Permalink
Transpile dbb6104ce
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 1ff54db commit 723f8ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-geese-dance.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog


## 5.0.2 (2024-02-29)

- `Base64`: Fix issue where dirty memory located just after the input buffer is affecting the result. ([#4926](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4926))

## 5.0.1 (2023-12-07)

- `ERC2771Context` and `Context`: Introduce a `_contextPrefixLength()` getter, used to trim extra information appended to `msg.data`.
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
@@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts-upgradeable",
"description": "Secure Smart Contract library for Solidity",
"version": "5.0.1",
"version": "5.0.2",
"files": [
"**/*.sol",
"/build/contracts/*.json",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://openzeppelin.com/contracts/",
"peerDependencies": {
"@openzeppelin/contracts": "5.0.1"
"@openzeppelin/contracts": "5.0.2"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "openzeppelin-solidity",
"description": "Secure Smart Contract library for Solidity",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 723f8ca

Please sign in to comment.