Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Nov 17, 2020
1 parent a3ab569 commit 202801e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

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.0.0 (2020-11-17)


### Features

* **blog:** add blog posts page and content ([#3](https://github.com/sozonome/sznm.dev/issues/3)) ([f4c55e1](https://github.com/sozonome/sznm.dev/commit/f4c55e18d096b6dc41ad19ace75d0e72b0c7ee8a))
* **blog:** change content renderer ([1e6b0f7](https://github.com/sozonome/sznm.dev/commit/1e6b0f7039a1e34e691e98baa4f4ed38f2d1dd15))
* **layout:** add theme toggle ([#9](https://github.com/sozonome/sznm.dev/issues/9)) ([79d73f2](https://github.com/sozonome/sznm.dev/commit/79d73f2ad2e5fb9b234ecb0bce51b45f24a11465))
* **pages:** add custom 404 page ([#10](https://github.com/sozonome/sznm.dev/issues/10)) ([87922d2](https://github.com/sozonome/sznm.dev/commit/87922d22f95bbe42628e0c59b73036ac4c0bd695))
* **rss:** add blog RSS feed ([#4](https://github.com/sozonome/sznm.dev/issues/4)) ([107e446](https://github.com/sozonome/sznm.dev/commit/107e4461922d6effc44f82a34bfef27ff9621455))
* add Card component ([acc4ca0](https://github.com/sozonome/sznm.dev/commit/acc4ca02b83343d014d2895f752b65d0832f4e07))
* add projects ([f723d71](https://github.com/sozonome/sznm.dev/commit/f723d719da16b7c2d5016ec6c6ade3594e20005b))
* modal on projects ([c6515c1](https://github.com/sozonome/sznm.dev/commit/c6515c1aacc26d7401433e3d53aca5f287efc3b9))


### Bug Fixes

* **layout:** revise import ([ee971c0](https://github.com/sozonome/sznm.dev/commit/ee971c0d8792a2622f13b687570f1eb05f8608f0))
* remove whilteTap ([1ce58c3](https://github.com/sozonome/sznm.dev/commit/1ce58c3466b32a28a42781165621342bd9644775))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sznm.dev",
"private": true,
"description": "Agustinus Nathaniel's dev site",
"version": "0.1.0",
"version": "1.0.0",
"author": "sozonome",
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 202801e

@vercel
Copy link

@vercel vercel bot commented on 202801e Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.