Skip to content

Commit 92d7491

Browse files
chore(release): v0.7.1
1 parent 6bce9d2 commit 92d7491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
4+
## [0.7.1](https://github.com/vofronte/vue-glimpse/compare/v0.7.0...v0.7.1) - 2025-09-20
5+
6+
### 🐛 Bug Fixes
7+
8+
- *(parser)* Correctly identify prop access in template expressions ([6bce9d2](https://github.com/vofronte/vue-glimpse/commit/6bce9d2efe3b2e342a7f7384a9f48dd3651373e1))
9+
- *(parser)* Gracefully handle recoverable parsing errors ([7f9d0e2](https://github.com/vofronte/vue-glimpse/commit/7f9d0e2d3cb1b92c86a2e3221220a3e686727ed6))
410
## [0.7.0](https://github.com/vofronte/vue-glimpse/compare/v0.6.0...v0.7.0) - 2025-09-20
511

612
### ✨ 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.7.0",
6+
"version": "0.7.1",
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)