Skip to content

Commit 4da34f1

Browse files
committed
chore: release v0.2.1
1 parent 97b2921 commit 4da34f1

4 files changed

Lines changed: 26 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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.2.1](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.2.0...v0.2.1) (2026-04-24)
8+
9+
10+
### Bug Fixes
11+
12+
* Address Copilot review comments (round 2) ([025f004](https://github.com/main-branch/mkdocs-snippet-lens/commit/025f004bf812f666f81ab7f616496ca68514c112))
13+
* Address Copilot review comments (round 3) ([6e78204](https://github.com/main-branch/mkdocs-snippet-lens/commit/6e7820415c944b1561aa37d435d3cbb7ea50bfe3))
14+
* Address Copilot review comments (round 4) ([766a20e](https://github.com/main-branch/mkdocs-snippet-lens/commit/766a20e488e70532d43e1f51663fb48cffed3387))
15+
* Address Copilot review comments (round 5) ([f0bc616](https://github.com/main-branch/mkdocs-snippet-lens/commit/f0bc616fb997df0bde063e618f88e802fd51b1c0))
16+
* Prevent race conditions in mkdocs.yml file watcher callback ([049e464](https://github.com/main-branch/mkdocs-snippet-lens/commit/049e46490b9b2d875ace2f1a8666fbc2fd5acc4f)), closes [#48](https://github.com/main-branch/mkdocs-snippet-lens/issues/48)
17+
18+
19+
### Documentation
20+
21+
* Update IMPLEMENTATION.md with v0.3.0 detailed plan and GitHub issue cross-references ([095cc0d](https://github.com/main-branch/mkdocs-snippet-lens/commit/095cc0d0dd3f23ed41c9c9dc520093577b5d7a96))
22+
* Update RISKS.md with GitHub issue links and post-v0.2.0 status ([73ed0a1](https://github.com/main-branch/mkdocs-snippet-lens/commit/73ed0a1e72500cd341992982f55691244b31364e))
23+
24+
25+
### Build System
26+
27+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([97b2921](https://github.com/main-branch/mkdocs-snippet-lens/commit/97b2921351d09389c6ff927644999b2824028c32))
28+
729
## [0.2.0](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.1.1...v0.2.0) (2025-12-18)
830

931

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

0 commit comments

Comments
 (0)