Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed May 17, 2019
1 parent 0986492 commit 75eda46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.2.0](https://github.com/bazzite/nuxt-optimized-images/compare/v0.1.0...v0.2.0) (2019-05-17)


### Bug Fixes

* **package:** update raw-loader to version 2.0.0 ([e93b584](https://github.com/bazzite/nuxt-optimized-images/commit/e93b584))
* fix included svgs files with [email protected] ([4468716](https://github.com/bazzite/nuxt-optimized-images/commit/4468716))


### Features

* support `sqip-loader` ([816a919](https://github.com/bazzite/nuxt-optimized-images/commit/816a919))


# 0.1.0 (2019-03-14)

* first stable version
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": "@bazzite/nuxt-optimized-images",
"version": "0.1.0",
"version": "0.2.0",
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 75eda46

Please sign in to comment.