Skip to content

Commit

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

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

# [0.1.0](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.8...qwik-image-0.1.0) (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))



## [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.1.0",
"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 7426214

Please sign in to comment.