Skip to content

Commit d62363b

Browse files
committed
chore: release v0.0.6
1 parent 982e29e commit d62363b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.5"
2+
".": "0.0.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "mkdocs-snippet-lens" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.6](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.5...v0.0.6) (2025-12-12)
8+
9+
10+
### Miscellaneous Chores
11+
12+
* Update extension display name to 'MkDocs Snippet Lens' ([982e29e](https://github.com/main-branch/mkdocs-snippet-lens/commit/982e29e6d93e335a1c52c98d4176548f7cef26f9))
13+
714
## [0.0.5](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.4...v0.0.5) (2025-12-12)
815

916

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mkdocs-snippet-lens",
33
"displayName": "MkDocs Snippet Lens",
44
"description": "Preview and open MkDocs --8<-- snippets directly in VS Code.",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "main-branch",
77
"icon": "icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)