Skip to content

Commit 805a272

Browse files
committed
0.3.1
1 parent 0a4cde8 commit 805a272

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2019-02-25
11+
12+
### Fixed
13+
14+
- Previous release did not actually contain changes. 😣
15+
1016
## [0.3.0] - 2019-02-25
1117

1218
### Added
1319

14-
- Added support for `title` attribute
20+
- Added support for `title` attribute.
1521

1622
### Changed
1723

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newswire/frames",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A greenfield take on responsive iframes in the spirit of Pym.js.",
55
"main": "dist/index.js",
66
"umd:main": "dist/index.umd.js",

0 commit comments

Comments
 (0)