Skip to content

Commit

Permalink
chore(release): 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Feb 23, 2022
1 parent 1dcc2fb commit c7a212b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.13](https://github.com/tks18/matte-portfolio/compare/v0.1.12...v0.1.13) (2022-02-23)


### Features

* **components:** add new images ([35029a0](https://github.com/tks18/matte-portfolio/commit/35029a066666d29e5ff73fd5adcbc9c85f5b278e))
* **home:** add new cool typer animation to hero banner ([1dcc2fb](https://github.com/tks18/matte-portfolio/commit/1dcc2fb224999c1dece63845f9d61c41041f61e2))
* **public:** add new logos, favicons, images ([72fc03d](https://github.com/tks18/matte-portfolio/commit/72fc03d95df32f8d1e30f209d382ec8f5fa03267))
* **templates:** add new data to author data ([bb10062](https://github.com/tks18/matte-portfolio/commit/bb10062c897fd2e738ac4ede32a433cde5000af0))


### Bug Fixes

* **about:** remove useless components ([135a617](https://github.com/tks18/matte-portfolio/commit/135a617720a2ae3084b22968e8442f2793a1c68b))

### [0.1.12](https://github.com/tks18/matte-portfolio/compare/v0.1.11...v0.1.12) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio-mat-dark",
"version": "0.1.12",
"version": "0.1.13",
"scripts": {
"prepare": "husky install && husky add .husky/commit-msg 'npx --no-install commitlint --edit \"$1\"'",
"stage": "git add",
Expand Down

0 comments on commit c7a212b

Please sign in to comment.