Skip to content

Commit bed0e46

Browse files
chore(release): v0.7.0
1 parent 92ccc17 commit bed0e46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [0.7.0](https://github.com/vofronte/vue-glimpse/compare/v0.6.0...v0.7.0) - 2025-09-20
5+
6+
### ✨ Features
7+
8+
- *(decorations)* Add command to toggle decoration visibility ([92ccc17](https://github.com/vofronte/vue-glimpse/commit/92ccc174fec027501e0d1099d2202556dd3bccb0))
49
## [0.6.0](https://github.com/vofronte/vue-glimpse/compare/v0.5.0...v0.6.0) - 2025-09-20
510

611
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vue-glimpse",
44
"displayName": "VueGlimpse",
55
"type": "module",
6-
"version": "0.6.0",
6+
"version": "0.7.0",
77
"packageManager": "[email protected]",
88
"description": "Instantly see the origin of your Vue template variables (props, state, etc.) without leaving your HTML",
99
"author": "vofronte",

0 commit comments

Comments
 (0)