Skip to content

Commit

Permalink
chore: release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Sep 27, 2021
1 parent 6a392ca commit 2219168
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 341 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.4.6](https://github.com/anncwb/vite-plugin-imagemin/compare/v0.3.0...v0.4.6) (2021-09-27)


### Bug Fixes

* readme ([094b500](https://github.com/anncwb/vite-plugin-imagemin/commit/094b500cc55f8e768e6ccf1394c9b46fbc5a8388))


### Features

* support svgo2 ([aa81b70](https://github.com/anncwb/vite-plugin-imagemin/commit/aa81b706498567a7b43c19927802abafb2cc754d))



## [0.4.4](https://github.com/anncwb/vite-plugin-imagemin/compare/v0.3.0...v0.4.4) (2021-08-23)


Expand Down
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "ts-example",
"name": "example",
"version": "0.0.0",
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build "
},
"dependencies": {
"vue": "^3.2.4"
"vue": "^3.2.19"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.5.1",
"@vitejs/plugin-vue": "^1.4.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "^3.2.4",
"@vitejs/plugin-legacy": "^1.5.3",
"@vitejs/plugin-vue": "^1.9.2",
"@vitejs/plugin-vue-jsx": "^1.1.8",
"@vue/compiler-sfc": "^3.2.19",
"cross-env": "^7.0.3",
"typescript": "^4.3.5",
"vite": "^2.5.0"
"typescript": "^4.4.3",
"vite": "^2.5.10"
}
}
Loading

0 comments on commit 2219168

Please sign in to comment.