Skip to content

Commit 6c62c78

Browse files
chore: version packages (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e5d873 commit 6c62c78

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/loud-friends-smile.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docflow
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 3e5d873: Fix resolve optional and type-reference property paths in JSDoc validator
8+
Fix match JSDoc params with destructured parameters
9+
310
## 0.0.3
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docflow",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"exports": {
66
".": "./dist/index.js",
77
"./cli": "./dist/cli.js",

0 commit comments

Comments
 (0)