Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 12, 2024
1 parent 912203e commit fafc594
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.1.0

[compare changes](https://github.com/unjs/ipx/compare/v2.0.2...v2.1.0)

### 🚀 Enhancements

- **node-fs:** Add support for multiple dirs ([#203](https://github.com/unjs/ipx/pull/203))

### 🩹 Fixes

- Missing maxAge default ([#197](https://github.com/unjs/ipx/pull/197))
- **server:** Set `cache-control` header only after processing image ([#200](https://github.com/unjs/ipx/pull/200))
- Improve data parsing for unstorage ([#204](https://github.com/unjs/ipx/pull/204))

### 💅 Refactors

- Jpeg progressive setting via sharpOptions ([#198](https://github.com/unjs/ipx/pull/198))

### 📦 Build

- `ipx-nightly` release channel ([#191](https://github.com/unjs/ipx/pull/191))

### 🏡 Chore

- Update dependencies ([39c7199](https://github.com/unjs/ipx/commit/39c7199))

### 🤖 CI

- Fix nightly release job conditional ([#195](https://github.com/unjs/ipx/pull/195))

### ❤️ Contributors

- Arkadiusz Sygulski <[email protected]>
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Ucw
- James Wragg <[email protected]>
- Bobbie Goede <[email protected]>

## v2.0.2

[compare changes](https://github.com/unjs/ipx/compare/v2.0.1...v2.0.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipx",
"version": "2.0.2",
"version": "2.1.0",
"repository": "unjs/ipx",
"description": "High performance, secure and easy-to-use image optimizer.",
"license": "MIT",
Expand Down Expand Up @@ -69,4 +69,4 @@
"vitest": "^1.1.3"
},
"packageManager": "[email protected]"
}
}

0 comments on commit fafc594

Please sign in to comment.