Skip to content

Commit 9f03107

Browse files
committed
chore(release): 0.1.0
1 parent 2e1056a commit 9f03107

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.1.0](https://github.com/henrycunh/isw/compare/0.0.6...0.1.0) (2022-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* remove pnpm global dir ([71c68a0](https://github.com/henrycunh/isw/commit/71c68a048443f736fbc893e0945a512008bb753b))
7+
8+
9+
### Features
10+
11+
* add kleur-template ([f5804f7](https://github.com/henrycunh/isw/commit/f5804f792e3cd1646da6f854eda2f2bdf44ad60c))
12+
13+
14+
115
## [0.0.6](https://github.com/henrycunh/isw/compare/0.0.5...0.0.6) (2022-02-23)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"haxx","version":"0.0.6","description":"a very opinionated runtime for scripts, it simply works","main":"dist/index.mjs","module":"dist/index.mjs","type":"module","files":["dist/index.mjs","dist/*.d.ts","dist/chunks"],"bin":{"haxx":"./dist/haxx.mjs"},"exports":{".":{"import":"./dist/index.mjs"}},"types":"dist/*.d.ts","engines":{"node":">= 14.8.0"},"scripts":{"test":"vitest -u","build":"unbuild"},"repository":{"type":"git","url":"git+https://github.com/henrycunh/isw.git"},"keywords":[],"author":"","license":"ISC","bugs":{"url":"https://github.com/henrycunh/isw/issues"},"homepage":"https://github.com/henrycunh/isw#readme","devDependencies":{"@antfu/eslint-config":"^0.16.1","@types/fs-extra":"^9.0.13","eslint":"^8.9.0","esmo":"^0.14.1","typescript":"^4.5.5","unbuild":"^0.6.9","vitest":"^0.5.3"},"dependencies":{"axios":"^0.26.0","fs-extra":"^10.0.1","globby":"^13.1.1","haxx":"^0.0.4","kleur":"^4.1.4","kleur-template":"^0.0.1","minimist":"^1.2.5","mustache":"^4.2.0","ps-tree":"^1.2.0","which":"^2.0.2","yaml":"^1.10.2"}}
1+
{"name":"haxx","version":"0.1.0","description":"a very opinionated runtime for scripts, it simply works","main":"dist/index.mjs","module":"dist/index.mjs","type":"module","files":["dist/index.mjs","dist/*.d.ts","dist/chunks"],"bin":{"haxx":"./dist/haxx.mjs"},"exports":{".":{"import":"./dist/index.mjs"}},"types":"dist/*.d.ts","engines":{"node":">= 14.8.0"},"scripts":{"test":"vitest -u","build":"unbuild"},"repository":{"type":"git","url":"git+https://github.com/henrycunh/isw.git"},"keywords":[],"author":"","license":"ISC","bugs":{"url":"https://github.com/henrycunh/isw/issues"},"homepage":"https://github.com/henrycunh/isw#readme","devDependencies":{"@antfu/eslint-config":"^0.16.1","@types/fs-extra":"^9.0.13","conventional-changelog-cli":"^2.2.2","eslint":"^8.9.0","esmo":"^0.14.1","typescript":"^4.5.5","unbuild":"^0.6.9","vitest":"^0.5.3"},"dependencies":{"axios":"^0.26.0","fs-extra":"^10.0.1","globby":"^13.1.1","haxx":"^0.0.4","kleur":"^4.1.4","kleur-template":"^0.0.1","minimist":"^1.2.5","mustache":"^4.2.0","ps-tree":"^1.2.0","which":"^2.0.2","yaml":"^1.10.2"}}

0 commit comments

Comments
 (0)