Skip to content

Commit 1c085a8

Browse files
author
@qwikifiers
committed
chore(qwik-image): release version 0.0.10
1 parent 2330171 commit 1c085a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/qwik-image/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.0.10](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.9...qwik-image-0.0.10) (2024-04-23)
6+
7+
8+
### Features
9+
10+
* copy README.md inside qwik-image folder ([654968d](https://github.com/qwikifiers/qwik-image/commit/654968daf875fae94b3170638f3f88269e9f4d6e))
11+
12+
13+
514
## [0.0.9](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.8...qwik-image-0.0.9) (2024-04-23)
615

716

packages/qwik-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-image",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"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)",
55
"main": "./index.qwik.cjs",
66
"qwik": "./index.qwik.mjs",

0 commit comments

Comments
 (0)