From 09cfb5a21de25d9ecbd578a13ab9a21dc4f5a9a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2019 14:31:38 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/adobe/helix-embed/compare/v1.0.0...v1.0.1) (2019-06-27) ### Bug Fixes * **embed:** fix oEmbed handling ([d2ed03f](https://github.com/adobe/helix-embed/commit/d2ed03f)), closes [#35](https://github.com/adobe/helix-embed/issues/35) * **embed:** fix unsplash and spark embedding (broken by last commit) ([c4801aa](https://github.com/adobe/helix-embed/commit/c4801aa)) --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5e3131..387478ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/adobe/helix-embed/compare/v1.0.0...v1.0.1) (2019-06-27) + + +### Bug Fixes + +* **embed:** fix oEmbed handling ([d2ed03f](https://github.com/adobe/helix-embed/commit/d2ed03f)), closes [#35](https://github.com/adobe/helix-embed/issues/35) +* **embed:** fix unsplash and spark embedding (broken by last commit) ([c4801aa](https://github.com/adobe/helix-embed/commit/c4801aa)) + # 1.0.0 (2019-06-27) diff --git a/package.json b/package.json index a764dfa4..12f83653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-embed", - "version": "1.0.0", + "version": "1.0.1", "description": "Example Package", "main": "index.js", "scripts": { @@ -68,6 +68,6 @@ }, "snyk": true, "wsk": { - "name": "helix-services/embed@1.0.0" + "name": "helix-services/embed@1.0.1" } -} +} \ No newline at end of file