Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent 920dbe7 commit 7be262a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2021-10-01)


### Bug Fixes

* **cacheing:** Handle cases where image was cached ([3dcefb0](https://github.com/farbenmeer/next-image-from-file/commit/3dcefb02027e99a2b339ae34beb88aff19aca5d5))
* Handle cases with layout="fill" ([6f0cc55](https://github.com/farbenmeer/next-image-from-file/commit/6f0cc55c763fb3b405f37ddc93eb111b64fa5d7e))
* **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))
* **typescript:** Fix typing, remove typeguard which would leave props: never afterwards ([a82ef47](https://github.com/farbenmeer/next-image-from-file/commit/a82ef471c12e057e1d0fa745131b7870c86f3bfc))


### Features

* **typescript:** prop type is Partial<ImageProps> ([a6050a7](https://github.com/farbenmeer/next-image-from-file/commit/a6050a749de6f31521cb52b32def5aaf5613165f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-image-from-file",
"version": "0.1.0",
"version": "1.0.0",
"description": "A wrapper around next/image that automatically sets width and height.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7be262a

Please sign in to comment.