Skip to content

Commit 5461201

Browse files
committed
chore(release): 0.0.6
1 parent 91001a9 commit 5461201

File tree

2 files changed

+36
-61
lines changed

2 files changed

+36
-61
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## [0.0.6](https://github.com/henrycunh/isw/compare/0.0.5...0.0.6) (2022-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add exports for kleur ([91001a9](https://github.com/henrycunh/isw/commit/91001a95431f42e62f4a841752bb72ed86369135))
7+
* properly quote arguments ([b41a3d6](https://github.com/henrycunh/isw/commit/b41a3d6e39cd2a5a8d8e1d55525b7ab7b74c5d13))
8+
* trim process output ([05b7bbe](https://github.com/henrycunh/isw/commit/05b7bbe2d87f17e1d10e22afdff2211f32b77fa0))
9+
10+
11+
12+
## [0.0.5](https://github.com/henrycunh/isw/compare/0.0.1...0.0.5) (2022-02-23)
13+
14+
15+
### Bug Fixes
16+
17+
* change name and add chunks to exported files ([7b73b37](https://github.com/henrycunh/isw/commit/7b73b37a2fe6b8a5ee74b0649b86fdf74640a25e))
18+
* remove unused index.ts ([86bd1c8](https://github.com/henrycunh/isw/commit/86bd1c8e514052fc8368ac3832e80e87682e64e1))
19+
20+
21+
### Features
22+
23+
* broaden the imports ([9e14779](https://github.com/henrycunh/isw/commit/9e14779c009b5cf5e5296b72fa4197eeda3c9fa2))
24+
25+
26+
27+
## [0.0.1](https://github.com/henrycunh/isw/compare/8177536cfed470a07774ba87fae54717da9d349e...0.0.1) (2022-02-23)
28+
29+
30+
### Features
31+
32+
* initial setup ([8177536](https://github.com/henrycunh/isw/commit/8177536cfed470a07774ba87fae54717da9d349e))
33+
34+
35+

package.json

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1 @@
1-
{
2-
"name": "haxx",
3-
"version": "0.0.5",
4-
"description": "a very opinionated runtime for scripts, it simply works",
5-
"main": "dist/index.mjs",
6-
"module": "dist/index.mjs",
7-
"type": "module",
8-
"files": [
9-
"dist/index.mjs",
10-
"dist/*.d.ts",
11-
"dist/chunks"
12-
],
13-
"bin": {
14-
"haxx": "./dist/haxx.mjs"
15-
},
16-
"exports": {
17-
".": {
18-
"import": "./dist/index.mjs"
19-
}
20-
},
21-
"types": "dist/*.d.ts",
22-
"engines": {
23-
"node": ">= 14.8.0"
24-
},
25-
"scripts": {
26-
"test": "vitest -u",
27-
"build": "unbuild"
28-
},
29-
"repository": {
30-
"type": "git",
31-
"url": "git+https://github.com/henrycunh/isw.git"
32-
},
33-
"keywords": [],
34-
"author": "",
35-
"license": "ISC",
36-
"bugs": {
37-
"url": "https://github.com/henrycunh/isw/issues"
38-
},
39-
"homepage": "https://github.com/henrycunh/isw#readme",
40-
"devDependencies": {
41-
"@antfu/eslint-config": "^0.16.1",
42-
"@types/fs-extra": "^9.0.13",
43-
"eslint": "^8.9.0",
44-
"esmo": "^0.14.1",
45-
"typescript": "^4.5.5",
46-
"unbuild": "^0.6.9",
47-
"vitest": "^0.5.3"
48-
},
49-
"dependencies": {
50-
"axios": "^0.26.0",
51-
"fs-extra": "^10.0.1",
52-
"globby": "^13.1.1",
53-
"haxx": "^0.0.4",
54-
"kleur": "^4.1.4",
55-
"minimist": "^1.2.5",
56-
"mustache": "^4.2.0",
57-
"ps-tree": "^1.2.0",
58-
"which": "^2.0.2",
59-
"yaml": "^1.10.2"
60-
}
61-
}
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","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)