Skip to content

Commit ccabf8a

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

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/short-seahorses-look.md

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

.changeset/tough-spies-join.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/un-ts/sh-syntax/pull/97) [`28d68ba`](https://github.com/un-ts/sh-syntax/commit/28d68ba10e72fa2e87afbae43949f39a03562e18) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump `mvdan/sh` and `easyjson` deps, upgrade `go` to `v1.23`
8+
9+
### Patch Changes
10+
11+
- [#97](https://github.com/un-ts/sh-syntax/pull/97) [`28d68ba`](https://github.com/un-ts/sh-syntax/commit/28d68ba10e72fa2e87afbae43949f39a03562e18) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect typing for `cjs` entry
12+
313
## 0.4.2
414

515
### 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.4.2",
3+
"version": "0.5.0",
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)