Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadxq committed Feb 18, 2022
1 parent ed82d56 commit 1e80720
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 1.2.0 (2022-02-18)

* docs: update readme ([ed82d56](https://github.com/vadxq/vite-plugin-vconsole/commit/ed82d56))
* feat: support multi entry ([b595b63](https://github.com/vadxq/vite-plugin-vconsole/commit/b595b63))



## <small>1.1.1 (2021-12-19)</small>

* release(1.1.1): v1.1.1 ([938542e](https://github.com/vadxq/vite-plugin-vconsole/commit/938542e))
* fix(path): solve the windows path problem ([a867a0d](https://github.com/vadxq/vite-plugin-vconsole/commit/a867a0d))


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![](https://img.shields.io/npm/dt/vite-plugin-vconsole.svg?style=flat-square)](https://www.npmjs.com/package/vite-plugin-vconsole)

> vite2 plugin for vconsole
>
> A plug-in for Vite2 that helps developers easily use the functions of VConsole in various environments.
**English** | [中文](./README.zh_CN.md)
Expand Down
1 change: 1 addition & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![](https://img.shields.io/npm/dt/vite-plugin-vconsole.svg?style=flat-square)](https://www.npmjs.com/package/vite-plugin-vconsole)

> vite2 plugin for vconsole
>
> 一个适用于Vite2的插件,帮助开发者在各个环境下方便使用VConsole的功能。可以方便配置区分环境,根据环境动态加载VConsole,支持多页面配置。
**中文** | [English](./README.md)
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-vconsole",
"version": "1.1.1",
"version": "1.2.0",
"description": "vite plugin vconsole",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 1e80720

Please sign in to comment.