Skip to content

Commit 46bf52e

Browse files
committed
Merge branch 'main' of https://github.com/uploadcare/nextjs-loader into main
2 parents b447ac6 + d308eb9 commit 46bf52e

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.3.1](https://github.com/uploadcare/nextjs-loader/compare/v0.3.0...v0.3.1) (2021-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed processing of the local image in the production mode. ([f165d3a](https://github.com/uploadcare/nextjs-loader/commit/f165d3a4caa486138954e77279ccb0efd48c4ad9))
7+
8+
9+
110
# [0.3.0](https://github.com/uploadcare/nextjs-loader/compare/v0.2.0...v0.3.0) (2021-11-04)
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.0",
3+
"version": "0.3.1",
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)