Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
* release/2.0.2:
  release 2.0.2
  fix broken embetty logo
  • Loading branch information
pmb0 committed Nov 4, 2019
2 parents a26aa46 + 2892b40 commit 9fbd998
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# embetty

## v2.0.2, 2019-11-04

- Fixed broken embetty logo in embeds.

## v2.0.1, 2019-11-04

- Upgraded Babel to v7.
Expand Down
2 changes: 1 addition & 1 deletion lib/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { wait } from './util'
import urljoin from 'url-join'

// eslint-disable-next-line
const EMBETTY_LOGO = require('!raw-loader!../assets/embetty.svg').toString()
import EMBETTY_LOGO from '!raw-loader!../assets/embetty.svg'

export default class Embed extends window.HTMLElement {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heise/embetty",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9fbd998

Please sign in to comment.