diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b6edb..4548a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2019-02-25 + +### Fixed + +- Previous release did not actually contain changes. 😣 + ## [0.3.0] - 2019-02-25 ### Added -- Added support for `title` attribute +- Added support for `title` attribute. ### Changed diff --git a/package-lock.json b/package-lock.json index 4c785ca..7fcc441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@newswire/frames", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35d69be..47b4c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newswire/frames", - "version": "0.3.0", + "version": "0.3.1", "description": "A greenfield take on responsive iframes in the spirit of Pym.js.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",