diff --git a/CHANGELOG.md b/CHANGELOG.md index bb87ec4..bf5d2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.1.0 (2018-05-14) + +- Update design +- Add "privacy policy" and "terms of service" pages +- Update version of Next.js + ## v2.0.2 (2018-04-08) - Fix inline svg files diff --git a/package-lock.json b/package-lock.json index 91432a4..f999f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextjs-landing-starter", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb57414..410d4c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-landing-starter", - "version": "2.0.2", + "version": "2.1.0", "description": "Common landing website starter driven by next.js", "main": "src/server/app.js", "author": "Paralect",