Skip to content

Commit d8a04b3

Browse files
author
@qwikdev
committed
chore(qwik-image): release version 0.0.11
1 parent b1abc71 commit d8a04b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/qwik-image/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.0.11](https://github.com/QwikDev/qwik-image/compare/qwik-image-0.0.10...qwik-image-0.0.11) (2024-05-24)
6+
7+
8+
### Features
9+
10+
* add viteStaticCopy ([b1abc71](https://github.com/QwikDev/qwik-image/commit/b1abc71f2937858800c1c45a34501e5c1437fab5))
11+
* change eslint config ([585347b](https://github.com/QwikDev/qwik-image/commit/585347b79935e1924cc4ab2fb958f07adcc2a086))
12+
13+
14+
515
## [0.0.10](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.9...qwik-image-0.0.10) (2024-04-23)
616

717
### Features

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.10",
3+
"version": "0.0.11",
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)