Skip to content

Commit

Permalink
chore: bump 0.2.8 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 22, 2021
1 parent f13280b commit a498eb5
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": "vite-plugin-imagemin",
"version": "0.2.7",
"version": "0.2.8",
"description": "A vite plugin for compressing image assets",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -14,7 +14,7 @@
"dev": "npm run build -- --watch",
"build": "tsup src/index.ts --dts --format cjs,esm",
"prepublishOnly": "yarn build",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s ",
"example:dev": "npm -C example run serve",
"example:build": "npm -C example run build"
},
Expand Down

0 comments on commit a498eb5

Please sign in to comment.