Skip to content

Commit

Permalink
chore(release): 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed May 26, 2018
1 parent 793a7bf commit a103392
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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="3.8.0"></a>
# [3.8.0](https://github.com/kisenka/svg-sprite-loader/compare/v3.7.3...v3.8.0) (2018-05-26)


### Bug Fixes

* error link in pr template ([7b6cf30](https://github.com/kisenka/svg-sprite-loader/commit/7b6cf30))


### Features

* support `publicPath` option ([793a7bf](https://github.com/kisenka/svg-sprite-loader/commit/793a7bf))
* support custom outputPath ([80f7520](https://github.com/kisenka/svg-sprite-loader/commit/80f7520))



<a name="3.7.3"></a>
## [3.7.3](https://github.com/kisenka/svg-sprite-loader/compare/v3.7.2...v3.7.3) (2018-03-19)

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": "svg-sprite-loader",
"version": "3.7.3",
"version": "3.8.0",
"description": "Webpack loader for creating SVG sprites",
"keywords": [
"svg",
Expand Down

0 comments on commit a103392

Please sign in to comment.