From 805a2722d3fbf626a41c09037fe2c7de633dbff4 Mon Sep 17 00:00:00 2001 From: Ryan Murphy Date: Mon, 25 Feb 2019 12:40:00 -0600 Subject: [PATCH] 0.3.1 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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",