Merge pull request #149 from TuSimple/main

sync feat with main
This commit is contained in:
07akioni 2021-06-16 14:30:05 +08:00 committed by GitHub
commit 303d30913c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@ name: Node.js CI
on:
push:
branches: [ main ]
branches: [ main, feat, docs ]
pull_request:
branches: [ main ]
branches: [ main, feat, docs ]
jobs:
build:

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.11.12 (2020-06-16)
### Feats

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.11.12 (2020-06-16)
### Feats

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.11.11",
"version": "2.11.12",
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -1 +1 @@
export default '2.11.11'
export default '2.11.12'