Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-11-20)

### Bug Fixes

* correctly renders custom markdown elements ([930265e](930265e))

### Features

* **home:** adds about content ([40118d8](40118d8)), closes [#216](#216)
* **home:** updates the about me section ([1e2cc7b](1e2cc7b)), closes [#216](#216)
* removes the about page ([3e636d1](3e636d1)), closes [#216](#216)
  • Loading branch information
semantic-release-bot committed Nov 20, 2022
1 parent 930265e commit b93416e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/anguspiv/www.angusp.com/compare/v2.0.0...v2.1.0) (2022-11-20)


### Bug Fixes

* correctly renders custom markdown elements ([930265e](https://github.com/anguspiv/www.angusp.com/commit/930265e197ce1caf43313b0f2724213207ea60e6))


### Features

* **home:** adds about content ([40118d8](https://github.com/anguspiv/www.angusp.com/commit/40118d8f536fef5d8a5a3c370b1cbb297cf67dc3)), closes [#216](https://github.com/anguspiv/www.angusp.com/issues/216)
* **home:** updates the about me section ([1e2cc7b](https://github.com/anguspiv/www.angusp.com/commit/1e2cc7bab00387d5293c12d24f0a99a456b29cb6)), closes [#216](https://github.com/anguspiv/www.angusp.com/issues/216)
* removes the about page ([3e636d1](https://github.com/anguspiv/www.angusp.com/commit/3e636d1fb64ef5f83edcc17d357a6f8bb5c23730)), closes [#216](https://github.com/anguspiv/www.angusp.com/issues/216)

# [2.0.0](https://github.com/anguspiv/www.angusp.com/compare/v1.27.0...v2.0.0) (2022-11-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www.angusp.com",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b93416e

Please sign in to comment.