Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jun 25, 2021
1 parent 1565dc9 commit a1fdbb8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.7.1](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.4.1...v0.7.1) (2021-06-25)

### Bug Fixes

- **cors:** fix [#4](https://github.com/anncwb/vite-plugin-svg-icons/issues/4) ([14753dc](https://github.com/anncwb/vite-plugin-svg-icons/commit/14753dcc74b43cc0b5b7f3bff93cffa2e6b87bd4))
- **ssr:** fix SSR Cannot find module, fixed [#7](https://github.com/anncwb/vite-plugin-svg-icons/issues/7) ([81c8123](https://github.com/anncwb/vite-plugin-svg-icons/commit/81c812325fba2d3e04316de946550fb3387b0952))

### Features

- added virtual id import ([a86cb57](https://github.com/anncwb/vite-plugin-svg-icons/commit/a86cb573c7a9a152ea30a0282a5badd30fefeb9a))
- support ssr ([68ee842](https://github.com/anncwb/vite-plugin-svg-icons/commit/68ee84297629cf6768c0a1fdb6486f95d9a910d2))

## [0.7.1](https://github.com/anncwb/vite-plugin-svg-icons/compare/v0.4.1...v0.7.1) (2021-06-16)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@
"@types/etag": "^1.8.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"husky": "^6.0.0",
"jest": "^27.0.4",
"jest": "^27.0.5",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"tsup": "^4.11.2",
"typescript": "^4.3.2",
"vite": "^2.3.7"
"typescript": "^4.3.4",
"vite": "^2.3.8"
}
}

0 comments on commit a1fdbb8

Please sign in to comment.