From 6f1e50002b351d152132adb180cd1c45aaa3a4e6 Mon Sep 17 00:00:00 2001 From: sudkumar Date: Fri, 3 Jan 2020 15:37:59 +0000 Subject: [PATCH] chore(release): 1.6.1 :tada: :rocket: ## [1.6.1](https://github.com/tourepedia/www/compare/v1.6.0...v1.6.1) (2020-01-03) ### Bug Fixes * **typo:** add comma in copyright ([b9a17fa](https://github.com/tourepedia/www/commit/b9a17faefc688d9a7798319f99ccf408aeca7878)) --- 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 0790bb4..f3f16d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/tourepedia/www/compare/v1.6.0...v1.6.1) (2020-01-03) + + +### Bug Fixes + +* **typo:** add comma in copyright ([b9a17fa](https://github.com/tourepedia/www/commit/b9a17faefc688d9a7798319f99ccf408aeca7878)) + # [1.6.0](https://github.com/tourepedia/www/compare/v1.5.1...v1.6.0) (2020-01-03) diff --git a/package-lock.json b/package-lock.json index 43ea6da..81e0319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c38dfaf..e3ffb67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.6.0", + "version": "1.6.1", "description": "Tourepedia marking website", "main": "index.js", "private": true,