Skip to content

Commit 7eb1ece

Browse files
chore: release v0.4.0 (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3e5d6e commit 7eb1ece

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.4.0](https://github.com/uploadcare/nextjs-loader/compare/v0.3.3...v0.4.0) (2022-06-08)
2+
3+
4+
### Features
5+
6+
* auto-generate `blurDataURL` property when `placeholder=blur` ([bda8cf1](https://github.com/uploadcare/nextjs-loader/commit/bda8cf1545b3b856064e608eea49b1b18861a3db))
7+
8+
9+
110
## [0.3.3](https://github.com/uploadcare/nextjs-loader/compare/v0.3.2...v0.3.3) (2022-06-01)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/nextjs-loader",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Uploadcare custom image loader for Next.js",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)