We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f18177 commit 1d585f3Copy full SHA for 1d585f3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.3.3](https://github.com/uploadcare/nextjs-loader/compare/v0.3.2...v0.3.3) (2022-06-01)
2
+
3
4
+### Bug Fixes
5
6
+* accept src without filename ([#14](https://github.com/uploadcare/nextjs-loader/issues/14)) ([7f18177](https://github.com/uploadcare/nextjs-loader/commit/7f1817794d7e84ccd0a049aba883ae223c6d1d46))
7
8
9
10
## [0.3.2](https://github.com/uploadcare/nextjs-loader/compare/v0.3.1...v0.3.2) (2022-01-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/nextjs-loader",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "Uploadcare custom image loader for Next.js",
"main": "./build/index.js",
"types": "./build/index.d.ts",
0 commit comments