Skip to content

Commit 0343ffe

Browse files
chore(release): v0.6.0
1 parent aa5544e commit 0343ffe

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
@@ -1,6 +1,13 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [0.6.0](https://github.com/vofronte/vue-glimpse/compare/v0.5.0...v0.6.0) - 2025-09-20
5+
6+
### ✨ Features
7+
8+
- *(statusBar)* Add analysis status bar indicator ([aa5544e](https://github.com/vofronte/vue-glimpse/commit/aa5544e00ee196ebcb837a116b787e63426d2ab7))
9+
- *(colors)* Add configurable identifier colors ([91f8cd8](https://github.com/vofronte/vue-glimpse/commit/91f8cd8d0b259ef77b3759095b275da802dd24fc))
10+
- *(state-management)* Distinguish Pinia and Vuex state identifiers ([55090c5](https://github.com/vofronte/vue-glimpse/commit/55090c5eb11dc96c78d691de04d56300e6d2cfd0))
411
## [0.5.0](https://github.com/vofronte/vue-glimpse/compare/v0.4.0...v0.5.0) - 2025-09-20
512

613
### ✨ 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.5.0",
6+
"version": "0.6.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)