Skip to content

Commit 647091c

Browse files
committed
chore(release): v0.2.1
1 parent fb066f2 commit 647091c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.1](https://github.com/bazzite/nuxt-optimized-images/compare/v0.2.0...v0.2.1) (2019-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** fix description of the page `/es/docs/contributing` ([1b65df6](https://github.com/bazzite/nuxt-optimized-images/commit/1b65df6))
7+
* ignore the iteration of the webpack rules without a test attribute ([a73dc56](https://github.com/bazzite/nuxt-optimized-images/commit/a73dc56))
8+
9+
10+
111
# [0.2.0](https://github.com/bazzite/nuxt-optimized-images/compare/v0.1.0...v0.2.0) (2019-05-17)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bazzite/nuxt-optimized-images",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)