Skip to content

Commit

Permalink
chore: bump to v3.0.0 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 12, 2024
1 parent 4de06c9 commit 624b9db
Showing 1 changed file with 2 additions and 2 deletions.
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.1.0",
"version": "3.0.0-rc.1",
"repository": "unjs/ipx",
"description": "High performance, secure and easy-to-use image optimizer.",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint:fix": "eslint --ext .ts . --fix && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release --push && npm publish",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push --publish --publishTag next-2",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push --publish --publishTag latest",
"start": "node bin/ipx.js",
"test": "pnpm lint && vitest run --coverage"
},
Expand Down

0 comments on commit 624b9db

Please sign in to comment.