Skip to content

Commit 809b76a

Browse files
committed
chore(release): html v0.2.1
1 parent ce65c12 commit 809b76a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/html/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rollup/plugin-html ChangeLog
22

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+
314
## v0.2.0
415

516
_2020-05-02_

packages/html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-html",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -26,7 +26,7 @@
2626
"lint:js": "eslint --fix --cache src test --ext .js,.ts",
2727
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
2828
"prebuild": "del-cli dist",
29-
"prepublishOnly": "pnpm lint && pnpm build",
29+
"prepublishOnly": "pnpm build && pnpm lint",
3030
"pretest": "pnpm run build",
3131
"test": "ava"
3232
},

0 commit comments

Comments
 (0)