Skip to content

Commit 63e69dc

Browse files
chore: release sh-syntax (#110)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e55d939 commit 63e69dc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/little-cooks-obey.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sh-syntax
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- [#109](https://github.com/un-ts/sh-syntax/pull/109) [`e55d939`](https://github.com/un-ts/sh-syntax/commit/e55d939ab5ccf7d33ba13682a7ea553a994f8ae4) Thanks [@JounQin](https://github.com/JounQin)! - fix: block style comments are required for jsdoc
8+
39
## 0.5.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sh-syntax",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"type": "module",
55
"description": "A WASM shell parser and formatter with bash support, based on mvdan/sh",
66
"repository": "git+https://github.com/un-ts/sh-syntax.git",

0 commit comments

Comments
 (0)