diff --git a/CHANGELOG.md b/CHANGELOG.md index aad95a8..6820c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.1.0](https://github.com/LasaleFamine/http-server-pwa/compare/v2.0.1...v2.1.0) (2020-10-15) + + +### Bug Fixes + +* indentation ([eb540d2](https://github.com/LasaleFamine/http-server-pwa/commit/eb540d298340969fe44eb65defddda2370e96048)) + ### [2.0.1](https://github.com/LasaleFamine/http-server-pwa/compare/v2.0.0...v2.0.1) (2020-10-01) diff --git a/package.json b/package.json index 8a7d7a1..5ae46e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-server-pwa", - "version": "2.0.1", + "version": "2.1.0", "description": "http-server alike but for serving and rendering PWA. Built on top of ExpressJS", "license": "MIT", "repository": "LasaleFamine/http-server-pwa",