Skip to content

Commit b164167

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/clever-foxes-dance.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
# zile
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/wevm/zile/pull/22) [`3e53cda`](https://github.com/wevm/zile/commit/3e53cda17fa9ceab4f0b102760d3cc3460b113f4) Thanks [@jxom](https://github.com/jxom)! - Fixed bin object processing to support entries with `.src` suffix and entries already pointing to output directory. Also fixed `outDir` resolution from tsconfig to properly resolve relative paths.
8+
39
## 0.0.17
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"[!start-pkg]": "",
2323
"name": "zile",
2424
"type": "module",
25-
"version": "0.0.17",
25+
"version": "0.0.18",
2626
"license": "MIT",
2727
"bin": {
2828
"zile": "./dist/Cli.js"

0 commit comments

Comments
 (0)