diff --git a/CHANGELOG.md b/CHANGELOG.md index e8cfffd..a6fbcb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/tourepedia/www/compare/v1.5.0...v1.5.1) (2020-01-03) + + +### Bug Fixes + +* **copyright-year:** update to 2020 ([286d7c5](https://github.com/tourepedia/www/commit/286d7c5)) + # [1.5.0](https://github.com/tourepedia/www/compare/v1.4.2...v1.5.0) (2020-01-02) diff --git a/package-lock.json b/package-lock.json index f0a24f4..6bdd8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9ba7b7..05cee22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tourepedia/www", - "version": "1.5.0", + "version": "1.5.1", "description": "Tourepedia marking website", "main": "index.js", "private": true,