Skip to content

Commit 6036059

Browse files
committed
chore: release 0.2.2
1 parent ac284b2 commit 6036059

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[Compare changes](https://github.com/stacksjs/gitit/compare/v0.2.1...HEAD)
2+
3+
### Contributors
4+
5+
- Adelino Ngomacha <adelinob335@gmail.com>
6+
- Chris <chrisbreuer93@gmail.com>
17

28
## v0.2.0...main
39

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/gitit",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "A simple way to programmatically download templates.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
@@ -36,7 +36,10 @@
3636
"bin": {
3737
"gitit": "./dist/bin/cli.js"
3838
},
39-
"files": ["README.md", "dist"],
39+
"files": [
40+
"README.md",
41+
"dist"
42+
],
4043
"scripts": {
4144
"build": "bun --bun build.ts && bun run compile",
4245
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/gitit",

0 commit comments

Comments
 (0)