Skip to content

Commit a119ae4

Browse files
chore(release): v0.3.1
1 parent 0b051dd commit a119ae4

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.3.1](https://github.com/vofronte/vue-glimpse/compare/v0.3.0...v0.3.1) - 2025-09-17
5+
6+
### 🐛 Bug Fixes
7+
8+
- *(rollup)* Externalize node built-ins with 'node:' prefix ([0b051dd](https://github.com/vofronte/vue-glimpse/commit/0b051dd47e577c6e40f728b5374108ddb7f74eec))
49
## [0.3.0](https://github.com/vofronte/vue-glimpse/compare/v0.2.0...v0.3.0) - 2025-09-17
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.3.0",
6+
"version": "0.3.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)