Skip to content

Commit cb19c0c

Browse files
committed
chore(release): 0.2.0
1 parent e1d8b23 commit cb19c0c

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/LasaleFamine/http-server-pwa/compare/v0.1.4...v0.2.0) (2018-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update pupperender to version 1.2.0 ([1a2d5bf](https://github.com/LasaleFamine/http-server-pwa/commit/1a2d5bf))
12+
13+
14+
### Features
15+
16+
* you can call it "pwa-server" (thanks [@moebiusmania](https://github.com/moebiusmania) for the idea) ([970bce2](https://github.com/LasaleFamine/http-server-pwa/commit/970bce2))
17+
18+
19+
520
<a name="0.1.4"></a>
621
## [0.1.4](https://github.com/LasaleFamine/http-server-pwa/compare/v0.1.3...v0.1.4) (2018-05-09)
722

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-server-pwa",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "http-server alike but for serving and rendering PWA. Built on top of ExpressJS",
55
"license": "MIT",
66
"repository": "LasaleFamine/http-server-pwa",
@@ -15,9 +15,9 @@
1515
"url": "godev.space"
1616
},
1717
"bin": {
18-
"http-server-pwa": "src/cli.js",
19-
"pwa-server": "src/cli.js"
20-
},
18+
"http-server-pwa": "src/cli.js",
19+
"pwa-server": "src/cli.js"
20+
},
2121
"engines": {
2222
"node": ">=8"
2323
},

0 commit comments

Comments
 (0)