Skip to content

Commit 2007c45

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2023-09-22) ### Bug Fixes * require alt prop for images ([26d67b6](26d67b6))
1 parent 26d67b6 commit 2007c45

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.0.2](https://github.com/farbenmeer/next-image-autosize/compare/v1.0.1...v1.0.2) (2021-10-01)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farbenmeer/next-image-autosize",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A wrapper around next/image that automatically sets width and height.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)