Skip to content

Commit

Permalink
chore(release): html v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 29, 2021
1 parent ce65c12 commit 809b76a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rollup/plugin-html ChangeLog

## v0.2.1

_2021-01-29_

### Updates

- chore: run build before publish (ce65c12)
- chore: upgrade TypeScript (#713)
- refactor: refactor to typescript (#634)
- chore: update dependencies (6c8614c)

## v0.2.0

_2020-05-02_
Expand Down
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-html",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,7 @@
"lint:js": "eslint --fix --cache src test --ext .js,.ts",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prebuild": "del-cli dist",
"prepublishOnly": "pnpm lint && pnpm build",
"prepublishOnly": "pnpm build && pnpm lint",
"pretest": "pnpm run build",
"test": "ava"
},
Expand Down

0 comments on commit 809b76a

Please sign in to comment.