Skip to content

Commit 1d3be9c

Browse files
committed
chore: release v0.1.6
1 parent 31f6ade commit 1d3be9c

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.1.5...main
5+
6+
[compare changes](https://github.com/stacksjs/imgx/compare/v0.1.5...main)
7+
8+
### 🏡 Chore
9+
10+
- Add zipping of bins ([31f6ade](https://github.com/stacksjs/imgx/commit/31f6ade))
11+
12+
### ❤️ Contributors
13+
14+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
15+
416
## v0.1.4...main
517

618
[compare changes](https://github.com/stacksjs/imgx/compare/v0.1.4...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "imgx",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "Modern image optimizations & manipulations.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-plugin-imgx",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Bun plugin for imgx",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/imgx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/imgx",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Modern image optimizations & manipulations.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-imgx",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Vite plugin for imgx",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/imgx-vscode",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "VSCode extension for imgx",
77
"author": "Chris Breuer <chris@stacksjs.org>",

0 commit comments

Comments
 (0)