diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d94e5c..aa4b77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/tourepedia/www/compare/v1.13.1...v1.14.0) (2020-05-09) + + +### Features + +* **speed:** added instant.page plugin ([143a536](https://github.com/tourepedia/www/commit/143a536722a5e123dff9d2807879452e72df1fa6)) + ## [1.13.1](https://github.com/tourepedia/www/compare/v1.13.0...v1.13.1) (2020-02-24) diff --git a/package-lock.json b/package-lock.json index 36d9519..2fd77c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.13.1", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 022cc44..b733288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.13.1", + "version": "1.14.0", "description": "Tourepedia marking website", "main": "index.js", "private": true,