From 2dd53fb1bc19002c014de67425fc3ae47ea6f6d1 Mon Sep 17 00:00:00 2001 From: tks18 Date: Thu, 3 Mar 2022 15:52:31 +0530 Subject: [PATCH] chore(release): 0.1.15 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6b5be..5fc6ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [0.1.15](https://github.com/tks18/matte-portfolio/compare/v0.1.14...v0.1.15) (2022-03-03) + + +### Features + +* **home/stories:** enable viewing stories in the same page for desktops ([dfac667](https://github.com/tks18/matte-portfolio/commit/dfac66719c312effbc82fc680d2993a47b1604e4)) + + +### Bug Fixes + +* **code-viewer:** fix code-viewer displaying undefined ([b625054](https://github.com/tks18/matte-portfolio/commit/b625054c28e3195d6256101417658d304272ef54)) +* **this-project:** fix code viewer displaying undefined on github api calls ([358a9cd](https://github.com/tks18/matte-portfolio/commit/358a9cdf193c54b0e06aacf407dd4e19f94745d7)) + ### [0.1.14](https://github.com/tks18/matte-portfolio/compare/v0.1.13...v0.1.14) (2022-03-02) diff --git a/package.json b/package.json index 7d99ec9..4ea8aac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio-mat-dark", - "version": "0.1.14", + "version": "0.1.15", "scripts": { "prepare": "husky install && husky add .husky/commit-msg 'npx --no-install commitlint --edit \"$1\"'", "stage": "git add",