diff --git a/CHANGELOG.md b/CHANGELOG.md index b7dc63a..5e4446f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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)) + + + ## [0.1.4](https://github.com/LasaleFamine/http-server-pwa/compare/v0.1.3...v0.1.4) (2018-05-09) diff --git a/package.json b/package.json index 5acf210..4a79983 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },