Skip to content

Commit 363cb9b

Browse files
committed
chore: release v0.1.0
1 parent 82ddf2a commit 363cb9b

4 files changed

Lines changed: 16 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.8"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.1.0](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.8...v0.1.0) (2025-12-14)
8+
9+
10+
### Features
11+
12+
* **docs:** Clarify planned features in README and roadmap for v0.1.0 [release-please-semver:minor] ([17a4466](https://github.com/main-branch/mkdocs-snippet-lens/commit/17a44663ee8b60e30f501d579eb78c71e1c291be))
13+
14+
15+
### Documentation
16+
17+
* Update project management files for MVP release ([82ddf2a](https://github.com/main-branch/mkdocs-snippet-lens/commit/82ddf2a3fb3720fe836709ae4a776092500c207d))
18+
719
## [0.0.8](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.7...v0.0.8) (2025-12-13)
820

921

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.8",
5+
"version": "0.1.0",
66
"publisher": "main-branch",
77
"icon": "icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)