Skip to content

Commit 16f0f40

Browse files
committed
chore(release): 3.0.11
1 parent b631604 commit 16f0f40

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.0.11](https://github.com/mirari/vue-fullscreen/compare/v3.0.10...v3.0.11) (2021-07-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **component:** fix that pressing the keyboard will exit the full screen ([b631604](https://github.com/mirari/vue-fullscreen/commit/b63160442f8941b30ff2354a1544b3f90f484cc7))
11+
512
### [3.0.10](https://github.com/mirari/vue-fullscreen/compare/v3.0.9...v3.0.10) (2021-06-02)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-fullscreen",
33
"scope": "VueFullscreen",
4-
"version": "3.0.10",
4+
"version": "3.0.11",
55
"description": "A simple Vue.js component for fullscreen",
66
"main": "./dist/index.umd.js",
77
"unpkg": "./dist/index.umd.js",

0 commit comments

Comments
 (0)