Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Sep 25, 2018
1 parent e1d8b23 commit cb19c0c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/LasaleFamine/http-server-pwa/compare/v0.1.4...v0.2.0) (2018-09-25)


### Bug Fixes

* **package:** update pupperender to version 1.2.0 ([1a2d5bf](https://github.com/LasaleFamine/http-server-pwa/commit/1a2d5bf))


### Features

* 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))



<a name="0.1.4"></a>
## [0.1.4](https://github.com/LasaleFamine/http-server-pwa/compare/v0.1.3...v0.1.4) (2018-05-09)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-server-pwa",
"version": "0.1.4",
"version": "0.2.0",
"description": "http-server alike but for serving and rendering PWA. Built on top of ExpressJS",
"license": "MIT",
"repository": "LasaleFamine/http-server-pwa",
Expand All @@ -15,9 +15,9 @@
"url": "godev.space"
},
"bin": {
"http-server-pwa": "src/cli.js",
"pwa-server": "src/cli.js"
},
"http-server-pwa": "src/cli.js",
"pwa-server": "src/cli.js"
},
"engines": {
"node": ">=8"
},
Expand Down

0 comments on commit cb19c0c

Please sign in to comment.