From 829d7a27a68b401087f822b964d1b35f87023511 Mon Sep 17 00:00:00 2001 From: sudkumar Date: Sat, 9 May 2020 09:26:51 +0000 Subject: [PATCH] chore(release): 1.15.0 :tada: :rocket: # [1.15.0](https://github.com/tourepedia/www/compare/v1.14.0...v1.15.0) (2020-05-09) ### Features * **update:** updated deps to latest ([ae11713](https://github.com/tourepedia/www/commit/ae11713cb1da3ff5d4dcd73bc9d7d87dfdc9141d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4b77f..bb87dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/tourepedia/www/compare/v1.14.0...v1.15.0) (2020-05-09) + + +### Features + +* **update:** updated deps to latest ([ae11713](https://github.com/tourepedia/www/commit/ae11713cb1da3ff5d4dcd73bc9d7d87dfdc9141d)) + # [1.14.0](https://github.com/tourepedia/www/compare/v1.13.1...v1.14.0) (2020-05-09) diff --git a/package-lock.json b/package-lock.json index 047082e..3b47ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.14.0", + "version": "1.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f079dc9..b5e882e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.14.0", + "version": "1.15.0", "description": "Tourepedia marking website", "main": "index.js", "private": true,