diff --git a/CHANGELOG.md b/CHANGELOG.md index 722d1c9..1a04dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/techhiveIO/nextjs-static-boilerplate/compare/v1.1.0...v1.2.0) (2020-04-06) + + +### Features + +* **app:** fetch suggested articles by post ([cdfbd66](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/cdfbd66ec020030534c0236eade157cb5845fc95)) +* **contentful:** smarter fetch suggestions mechanism ([12af419](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/12af41909d822acdfd622cd2f33abc5835292ee4)) +* **suggestions:** display suggestions + style fixes ([3048681](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/30486814fa2050cae03fa23924e80aba9e1a15ea)) + + +### Bug Fixes + +* **app:** fix post not showing on reload ([8c28cac](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/8c28cacff8529f884eba53a90cdc96e488b4f22a)) +* **card:** fix function argument ([15c5132](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/15c513216a505610c5186837572faafb446aa343)) +* **footer:** added techhive.io's website link ([41a85af](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/41a85afe7736f1bfcc37038221838256e97d38ab)) +* **post:** fix styles not rendering ([7747b3b](https://github.com/techhiveIO/nextjs-static-boilerplate/commit/7747b3b89e805ebfe69d1d1274cf0a944a7d9bb6)) + ## 1.1.0 (2019-09-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5a2dac9..0c990ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextjs-static-starter-kit", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb254ec..4cbfa3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-static-starter-kit", - "version": "1.1.0", + "version": "1.2.0", "description": "NextJS Boilerplate with static export", "main": "server.js", "scripts": {