Skip to content

Commit eea49b1

Browse files
committed
chore(release): v0.4.0
1 parent ef86870 commit eea49b1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.4.0](https://github.com/bazzite/nuxt-optimized-images/compare/v0.3.0...v0.4.0) (2020-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** fix links in the Usage page and fix typos ([#159](https://github.com/bazzite/nuxt-optimized-images/issues/159)) ([c33702e](https://github.com/bazzite/nuxt-optimized-images/commit/c33702eed4b6cf53627089317a31043fca3d23aa))
7+
* **docs:** fix typo ([#146](https://github.com/bazzite/nuxt-optimized-images/issues/146)) ([ff1489c](https://github.com/bazzite/nuxt-optimized-images/commit/ff1489cc3f18614624e845a7c81c0ff4bc7e0c5d))
8+
* **docs:** update Installation instructions ([ef86870](https://github.com/bazzite/nuxt-optimized-images/commit/ef8687063565d58df362309867ee82ea30be9b33))
9+
* **tests:** fix tests ([9bdf817](https://github.com/bazzite/nuxt-optimized-images/commit/9bdf8175406ac03cb08c570e5a9f82d0efe28b91))
10+
11+
12+
* refactor!: drop support for Node.js 8 ([b747b41](https://github.com/bazzite/nuxt-optimized-images/commit/b747b41d2374b201097883b79a1d3eb074115087))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* minimum required Node.js version is 10.x
18+
19+
20+
121
# [0.3.0](https://github.com/bazzite/nuxt-optimized-images/compare/v0.2.2...v0.3.0) (2019-12-19)
222

323

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.3.0",
3+
"version": "0.4.0",
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)