From 647f7cf72ace6fc6a439187853a75c1d07bb4446 Mon Sep 17 00:00:00 2001 From: sudkumar Date: Mon, 24 Feb 2020 08:50:59 +0000 Subject: [PATCH] chore(release): 1.13.1 :tada: :rocket: ## [1.13.1](https://github.com/tourepedia/www/compare/v1.13.0...v1.13.1) (2020-02-24) ### Bug Fixes * **css:** markdown styles not overwritten in amp pages ([f623b44](https://github.com/tourepedia/www/commit/f623b446311da0135198ccd659fd0e2347d42e57)) --- 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 e8bc0c3..5d94e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.1](https://github.com/tourepedia/www/compare/v1.13.0...v1.13.1) (2020-02-24) + + +### Bug Fixes + +* **css:** markdown styles not overwritten in amp pages ([f623b44](https://github.com/tourepedia/www/commit/f623b446311da0135198ccd659fd0e2347d42e57)) + # [1.13.0](https://github.com/tourepedia/www/compare/v1.12.0...v1.13.0) (2020-02-23) diff --git a/package-lock.json b/package-lock.json index b6698c2..36d9519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7707ff..022cc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.13.0", + "version": "1.13.1", "description": "Tourepedia marking website", "main": "index.js", "private": true,