From 1458602f69f724e201f52950da321ac40a8a543d Mon Sep 17 00:00:00 2001 From: sudkumar Date: Fri, 14 Aug 2020 09:52:26 +0000 Subject: [PATCH] chore(release): 1.16.1 :tada: :rocket: ## [1.16.1](https://github.com/tourepedia/www/compare/v1.16.0...v1.16.1) (2020-08-14) ### Bug Fixes * **url:** update the api endpoint ([9de7bc6](https://github.com/tourepedia/www/commit/9de7bc68277cfafcf0271ce106336e9370947f49)) --- 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 793ac33..cebcc6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.1](https://github.com/tourepedia/www/compare/v1.16.0...v1.16.1) (2020-08-14) + + +### Bug Fixes + +* **url:** update the api endpoint ([9de7bc6](https://github.com/tourepedia/www/commit/9de7bc68277cfafcf0271ce106336e9370947f49)) + # [1.16.0](https://github.com/tourepedia/www/compare/v1.15.1...v1.16.0) (2020-05-15) diff --git a/package-lock.json b/package-lock.json index 8268efa..8767d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.16.0", + "version": "1.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0896b8d..b1f64de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.16.0", + "version": "1.16.1", "description": "Tourepedia marking website", "main": "index.js", "private": true,