We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d67b6 commit 2007c45Copy full SHA for 2007c45
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.3](https://github.com/farbenmeer/next-image-autosize/compare/v1.0.2...v1.0.3) (2023-09-22)
2
+
3
4
+### Bug Fixes
5
6
+* require alt prop for images ([26d67b6](https://github.com/farbenmeer/next-image-autosize/commit/26d67b694c2d0787ef3d565ed9dc89feb932b22d))
7
8
## [1.0.2](https://github.com/farbenmeer/next-image-autosize/compare/v1.0.1...v1.0.2) (2021-10-01)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@farbenmeer/next-image-autosize",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "A wrapper around next/image that automatically sets width and height.",
"main": "dist/index.js",
"files": [
0 commit comments