Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Luck committed Nov 17, 2018
1 parent f7b7004 commit 9be86a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

## v1.0.3 2018-11-16

* Fix `baseSelector` to be a valid CSS selector

## v1.0.2 2018-11-06

* Compatibility with preprocessor files as templates
Expand All @@ -15,6 +19,7 @@
* Remove dependency from `broccoli-webfont` since it is no longer active
* Use newer `broccoli-caching-writer` to resolve deprecation warnings
* See #8 with thanks to @lsg-braymon
* Replace `baseClass` with `baseSelector`

## v0.0.5 2017-05-23

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": "ember-cli-webfont",
"version": "1.0.2",
"version": "1.0.3",
"description": "Add SVG files to your ember project as a webfont.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9be86a7

Please sign in to comment.