Skip to content

Commit ffd3861

Browse files
committed
chore: release v0.0.4
1 parent 7ec5936 commit ffd3861

4 files changed

Lines changed: 21 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.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.4](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.3...v0.0.4) (2025-12-12)
8+
9+
10+
### Bug Fixes
11+
12+
* Add missing allowed endpoints to publish workflow ([688173d](https://github.com/main-branch/mkdocs-snippet-lens/commit/688173ddfb458d055c265dbcd62625e30ffa8463))
13+
14+
15+
### Documentation
16+
17+
* Fix CI badge to reference correct workflow file ([7ec5936](https://github.com/main-branch/mkdocs-snippet-lens/commit/7ec5936030b4224b08761f4d32da1328ed563141))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Update dev dependencies to latest versions ([924aea9](https://github.com/main-branch/mkdocs-snippet-lens/commit/924aea9bc648878dc8bf77f1d92f821f45c5c01e))
23+
724
## [0.0.3](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.2...v0.0.3) (2025-12-12)
825

926

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

0 commit comments

Comments
 (0)