Skip to content

Commit cf57d69

Browse files
committed
chore(release): 2.5.2
1 parent ecb8aba commit cf57d69

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+
### [2.5.2](https://github.com/mirari/vue-fullscreen/compare/v2.5.1...v2.5.2) (2021-07-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **component:** fix the problem that pressing the keyboard will exit the full screen when using the component ([ecb8aba](https://github.com/mirari/vue-fullscreen/commit/ecb8aba478c97e491f367b12c2e7d45a1c435c2d))
11+
512
### [2.5.1](https://github.com/mirari/vue-fullscreen/compare/v2.5.0...v2.5.1) (2021-06-02)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-fullscreen",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "A simple Vue.js component for fullscreen",
55
"main": "dist/vue-fullscreen.min.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)