diff --git a/CHANGELOG.md b/CHANGELOG.md index 700c943..c14f83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.12](https://github.com/tks18/matte-portfolio/compare/v0.1.11...v0.1.12) (2022-02-22) + + +### Features + +* fixed various vuetify components, add new wordings wherever required ([175fb86](https://github.com/tks18/matte-portfolio/commit/175fb869d957bbdf1ebfa27e9cab6c03a64f93ce)) + ### [0.1.11](https://github.com/tks18/matte-portfolio/compare/v0.1.11-0...v0.1.11) (2022-02-22) diff --git a/package.json b/package.json index 81b8c48..cb29226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio-mat-dark", - "version": "0.1.11", + "version": "0.1.12", "scripts": { "prepare": "husky install && husky add .husky/commit-msg 'npx --no-install commitlint --edit \"$1\"'", "stage": "git add",