Skip to content

Commit 4bb2a20

Browse files
committed
Release v0.5.0
1 parent b5561c5 commit 4bb2a20

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2020-05-04
11+
1012
### Added
1113
- [`allow-top-navigation`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) to `sandbox` attribute.
1214

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "sandbox",
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"title": "IO Sandbox Component",
66
"description": "IO Sandbox component",
77
"defaultLocale": "pt-BR",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"tslint-eslint-rules": "^5.4.0",
3333
"typescript": "3.7.3"
3434
},
35-
"version": "0.4.2"
35+
"version": "0.5.0"
3636
}

0 commit comments

Comments
 (0)