Skip to content

Commit

Permalink
chore: publish v1.1.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Jul 2, 2021
1 parent 01de69e commit 5f3254e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@

# Changelog

## v1.1.5-alpha.0(2021-07-03)

### No Change Log

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

### No Change Log

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

### No Change Log

## v1.1.1-alpha.0(2021-07-03)

### No Change Log

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


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.1.2-beta.1",
"version": "1.2.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.1.2-beta.1",
"version": "1.2.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.1.2-beta.1",
"version": "1.2.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.1.2-beta.1",
"version": "1.2.0",
"repo": "https://github.com/liuweiGL/vite-plugin-mkcert"
}

0 comments on commit 5f3254e

Please sign in to comment.