Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2019-06-27)

### Bug Fixes

* **embed:** fix oEmbed handling ([d2ed03f](d2ed03f)), closes [#35](#35)
* **embed:** fix unsplash and spark embedding (broken by last commit) ([c4801aa](c4801aa))
  • Loading branch information
semantic-release-bot committed Jun 27, 2019
1 parent ec5a6d5 commit 09cfb5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-embed",
"version": "1.0.0",
"version": "1.0.1",
"description": "Example Package",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -68,6 +68,6 @@
},
"snyk": true,
"wsk": {
"name": "helix-services/embed@1.0.0"
"name": "helix-services/embed@1.0.1"
}
}
}

0 comments on commit 09cfb5a

Please sign in to comment.