Skip to content

Commit 25e5a87

Browse files
chore(main): release zenstack-docs-plugin 0.2.0
1 parent c441beb commit 25e5a87

3 files changed

Lines changed: 18 additions & 2 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/sheldonj/zenstack-docs-plugin/compare/zenstack-docs-plugin-v0.1.0...zenstack-docs-plugin-v0.2.0) (2026-03-08)
4+
5+
6+
### Features
7+
8+
* improve SVG diagram embedding and add release automation ([c441beb](https://github.com/sheldonj/zenstack-docs-plugin/commit/c441beb6bb0be9bb0006db639c48bb6d0e767ffc))
9+
* improve SVG diagram embedding and add release automation ([9de3936](https://github.com/sheldonj/zenstack-docs-plugin/commit/9de39365dcb4a138fb392dbe9c8fc04485592326))
10+
* initial release of zenstack-docs-plugin ([5f9f5a4](https://github.com/sheldonj/zenstack-docs-plugin/commit/5f9f5a4f03fdf3324f5407c905267d3eb0504adb))
11+
12+
13+
### Bug Fixes
14+
15+
* reorder exports conditions so types precedes default ([3b4baab](https://github.com/sheldonj/zenstack-docs-plugin/commit/3b4baabf3938331e311d23810b88d442b30b9c03))
16+
* reorder exports conditions so types precedes default ([7fd999a](https://github.com/sheldonj/zenstack-docs-plugin/commit/7fd999ae79c124539185c8f6b03995a93577275e))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"watch": "tsup-node --watch"
6969
},
7070
"type": "module",
71-
"version": "0.1.0"
71+
"version": "0.2.0"
7272
}

0 commit comments

Comments
 (0)