Skip to content

Commit 7be262a

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-10-01) ### Bug Fixes * **cacheing:** Handle cases where image was cached ([3dcefb0](3dcefb0)) * Handle cases with layout="fill" ([6f0cc55](6f0cc55)) * **typescript:** Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge ([9382d7a](9382d7a)) * **typescript:** Fix typing, remove typeguard which would leave props: never afterwards ([a82ef47](a82ef47)) ### Features * **typescript:** prop type is Partial<ImageProps> ([a6050a7](a6050a7))
1 parent 920dbe7 commit 7be262a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.0.0 (2021-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **cacheing:** Handle cases where image was cached ([3dcefb0](https://github.com/farbenmeer/next-image-from-file/commit/3dcefb02027e99a2b339ae34beb88aff19aca5d5))
7+
* Handle cases with layout="fill" ([6f0cc55](https://github.com/farbenmeer/next-image-from-file/commit/6f0cc55c763fb3b405f37ddc93eb111b64fa5d7e))
8+
* **typescript:** Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge ([9382d7a](https://github.com/farbenmeer/next-image-from-file/commit/9382d7a5acfa523d0d9f2b06c4099f5143419ed3))
9+
* **typescript:** Fix typing, remove typeguard which would leave props: never afterwards ([a82ef47](https://github.com/farbenmeer/next-image-from-file/commit/a82ef471c12e057e1d0fa745131b7870c86f3bfc))
10+
11+
12+
### Features
13+
14+
* **typescript:** prop type is Partial<ImageProps> ([a6050a7](https://github.com/farbenmeer/next-image-from-file/commit/a6050a749de6f31521cb52b32def5aaf5613165f))

package.json

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

0 commit comments

Comments
 (0)