Skip to content

Commit 9c34010

Browse files
authored
chore: release v2.0.0 (#75)
* chore: release v2.0.0 * tweaks
1 parent 5d099c4 commit 9c34010

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [2.0.0](https://github.com/egoist/presite/compare/v1.0.0...v2.0.0) (2020-07-31)
2+
3+
4+
### Features
5+
6+
* crawl pages ([f78cf17](https://github.com/egoist/presite/commit/f78cf17ec1e8f2d937f79da452105f4967c99859))
7+
* expose onBrowserPage option ([5d099c4](https://github.com/egoist/presite/commit/5d099c4b8ab1ea345920a7ee7e22f2ba50c33c53))
8+
* support xml and json pages ([b8a0467](https://github.com/egoist/presite/commit/b8a046747a042b8effcd137b77a1f17bb2dedfc2))
9+
10+
11+

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "presite",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "CLI app for pre-rendering SPA websites.",
55
"repository": {
66
"url": "egoist/presite",
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"test": "echo 'no tests!'",
15-
"build": "tsup src/cli.ts --dts",
15+
"build": "rm -rf dist && tsup src/cli.ts --dts",
1616
"prepublishOnly": "npm run build",
1717
"presite": "node -r sucrase/register src/cli.ts",
1818
"release": "shipjs prepare"

0 commit comments

Comments
 (0)