Skip to content

Commit

Permalink
chore: publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Jul 2, 2021
1 parent bb227c7 commit 1e8ac9d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@

# Changelog

## v1.2.1-beta.1(2021-07-03)


### :beetle: Bug Fixes

1. [fix(plugin): fix linux system permission denied resolve #7](https://github.com/liuweiGL/vite-plugin-mkcert/commit/e7aa23b) :point_right: ( [liuweigl](https://github.com/liuweigl) )



## v1.2.0(2021-07-03)


### :beetle: Bug Fixes

1. [fix(script): 修复获取最新版本号错误](https://github.com/liuweiGL/vite-plugin-mkcert/commit/d4ce4c7) :point_right: ( [liuweigl](https://github.com/liuweigl) )



## v1.1.2-beta.0(2021-07-03)

### No Change Log
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "cross-env DEBUG=vite:plugin:mkcert vite"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mkcert",
"version": "1.2.0",
"version": "1.3.0",
"description": "Provide certificates for vite's https dev service",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "script",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"build:plugin": "pnpm build --filter vite-plugin-mkcert",
Expand Down
2 changes: 1 addition & 1 deletion packages/script/src/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.0",
"version": "1.3.0",
"repo": "https://github.com/liuweiGL/vite-plugin-mkcert"
}

0 comments on commit 1e8ac9d

Please sign in to comment.