Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jul 16, 2017
1 parent ff568a9 commit 99af806
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/sairion/svg-inline-loader/compare/0.6.1...v0.8.0) (2017-07-16)


### Bug Fixes

* add missing idPrefix as default value to config, close [#36](https://github.com/sairion/svg-inline-loader/issues/36) ([ba7738d](https://github.com/sairion/svg-inline-loader/commit/ba7738d))
* corrupted css properties in style tag ([2d28c42](https://github.com/sairion/svg-inline-loader/commit/2d28c42))
* don't transform webpack2 query objects ([9373e3e](https://github.com/sairion/svg-inline-loader/commit/9373e3e))
* multiple classes in class string fix ([2024e06](https://github.com/sairion/svg-inline-loader/commit/2024e06))


### Features

* warnTags and warnTagAttrs ([ada00d7](https://github.com/sairion/svg-inline-loader/commit/ada00d7))



# Changelog

## 0.6.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-inline-loader",
"version": "0.7.1",
"version": "0.8.0",
"description": "Cleans up and inlines your SVG files into Webpack module.",
"author": "Jaeho Lee <me@jaeholee.org>",
"license": "MIT",
Expand Down Expand Up @@ -44,4 +44,4 @@
"react",
"loader"
]
}
}

0 comments on commit 99af806

Please sign in to comment.