Skip to content

Commit

Permalink
chore(release): 1.17.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.6](v1.17.5...v1.17.6) (2024-08-15)

### Bug Fixes

* SSRF in axios ([696513f](696513f)), closes [#93](#93)

### Performance Improvements

* update code style ([2ccce41](2ccce41))
* upgrade dependencies ([baa7dfd](baa7dfd))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent 2ccce41 commit be83040
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.17.6](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.5...v1.17.6) (2024-08-15)


### Bug Fixes

* SSRF in axios ([696513f](https://github.com/liuweiGL/vite-plugin-mkcert/commit/696513ffd986b6b22c1dea6ba386b879879eb95b)), closes [#93](https://github.com/liuweiGL/vite-plugin-mkcert/issues/93)


### Performance Improvements

* update code style ([2ccce41](https://github.com/liuweiGL/vite-plugin-mkcert/commit/2ccce4174c781beb14aacbfbb1942e25691cd716))
* upgrade dependencies ([baa7dfd](https://github.com/liuweiGL/vite-plugin-mkcert/commit/baa7dfd7f63c38fa99888d50bcbde029ebe696f9))

## [1.17.5](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.4...v1.17.5) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mkcert",
"version": "1.17.5",
"version": "1.17.6",
"description": "Provide certificates for vite's https dev service",
"repository": {
"type": "git",
Expand Down

0 comments on commit be83040

Please sign in to comment.