Skip to content

Commit 00469bb

Browse files
committed
v3.1.0
1 parent 2297a3a commit 00469bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.1.0](https://github.com/dylan237/vuejs-dynamic-component/compare/v3.0.1...v3.1.0) (2021-08-06)
2+
3+
4+
### Features
5+
6+
* singleton ([0007bd1](https://github.com/dylan237/vuejs-dynamic-component/commit/0007bd16565fc7fa203e6277d4bbee330632d9e8))
7+
8+
9+
110
## [3.0.1](https://github.com/dylan237/vuejs-dynamic-component/compare/v3.0.0...v3.0.1) (2021-08-06)
211

312
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuejs-dynamic-component",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Make components dynamically in Vue, It is suitable for encapsulating your own non-ermanent components such as dialog and toast.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)