File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# @rollup/plugin-html ChangeLog
2
2
3
+ ## v0.2.1
4
+
5
+ _ 2021-01-29_
6
+
7
+ ### Updates
8
+
9
+ - chore: run build before publish (ce65c12)
10
+ - chore: upgrade TypeScript (#713 )
11
+ - refactor: refactor to typescript (#634 )
12
+ - chore: update dependencies (6c8614c)
13
+
3
14
## v0.2.0
4
15
5
16
_ 2020-05-02_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rollup/plugin-html" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
26
26
"lint:js" : " eslint --fix --cache src test --ext .js,.ts" ,
27
27
"lint:package" : " prettier --write package.json --plugin=prettier-plugin-package" ,
28
28
"prebuild" : " del-cli dist" ,
29
- "prepublishOnly" : " pnpm lint && pnpm build " ,
29
+ "prepublishOnly" : " pnpm build && pnpm lint " ,
30
30
"pretest" : " pnpm run build" ,
31
31
"test" : " ava"
32
32
},
You can’t perform that action at this time.
0 commit comments