Skip to content

Commit

Permalink
chore(release): v2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2023
1 parent 8299814 commit 368cb4a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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.0.0-0

[compare changes](https://github.com/unjs/ipx/compare/v1.3.0...v2.0.0-0)

### 🚀 Enhancements

- **cli:** ⚠️ Rewrite with citty ([#167](https://github.com/unjs/ipx/pull/167))
- Reimplement server with h3 ([#168](https://github.com/unjs/ipx/pull/168))

### 💅 Refactors

- ⚠️ Rewrite storage system ([#164](https://github.com/unjs/ipx/pull/164))

### 📖 Documentation

- Add note about branch ([4883457](https://github.com/unjs/ipx/commit/4883457))

### 🏡 Chore

- Update lockfile ([58df066](https://github.com/unjs/ipx/commit/58df066))
- Add prerelease script ([0c5a2d0](https://github.com/unjs/ipx/commit/0c5a2d0))
- Update prerelease script ([8299814](https://github.com/unjs/ipx/commit/8299814))

#### ⚠️ Breaking Changes

- **cli:** ⚠️ Rewrite with citty ([#167](https://github.com/unjs/ipx/pull/167))
- ⚠️ Rewrite storage system ([#164](https://github.com/unjs/ipx/pull/164))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.3.0

[compare changes](https://github.com/unjs/ipx/compare/v1.2.0...v1.3.0)
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": "1.3.0",
"version": "2.0.0-0",
"repository": "unjs/ipx",
"description": "High performance, secure and easy-to-use image optimizer.",
"license": "MIT",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^0.34.4"
},
"packageManager": "pnpm@8.7.5"
}
}

0 comments on commit 368cb4a

Please sign in to comment.