Skip to content

Commit

Permalink
chore(qwik-image): release version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Apr 23, 2024
1 parent 172a390 commit ef34b20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/qwik-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.0.9](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.8...qwik-image-0.0.9) (2024-04-23)


### Bug Fixes

* add type import in package.json ([#9](https://github.com/qwikifiers/qwik-image/issues/9)) ([6c3ea3f](https://github.com/qwikifiers/qwik-image/commit/6c3ea3f07be47c7fd21b9091ca3672b477f98df6))


### Features

* add fetchpriority property ([#10](https://github.com/qwikifiers/qwik-image/issues/10)) ([172a390](https://github.com/qwikifiers/qwik-image/commit/172a390a238c79f80115b660b08cca8d2b484b30))



## [0.0.8](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.7...qwik-image-0.0.8) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-image",
"version": "0.0.8",
"version": "0.0.9",
"description": "The goal is a component to support performant images on the web and automatic image optimization. That will be built as a pluggable component so devs could connect different image loaders to it (like Cloudinary, or builder)",
"main": "./index.qwik.cjs",
"qwik": "./index.qwik.mjs",
Expand Down

0 comments on commit ef34b20

Please sign in to comment.