Skip to content

Commit

Permalink
chore: release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
isBatak committed Jun 14, 2024
1 parent e073361 commit 1b08b03
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-carrots-press.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/sixty-masks-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-birds-relate.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ikona/cli

## 0.1.8

### Patch Changes

- 9cebb11: Add tests
- 09f5365: Add config for illustration file extension (webp)

```js
{
illustrations: {
extensions: ['svg', 'png', 'jpg', 'jpeg', 'webp'],
},
}
```

- b44af77: Fix optimize option

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ikona/cli",
"version": "0.1.7",
"version": "0.1.8",
"description": "Ikona CLI",
"author": "Ivica Batinić <[email protected]",
"keywords": [
Expand Down

0 comments on commit 1b08b03

Please sign in to comment.