Skip to content

Commit af9b733

Browse files
chore(main): release 3.0.0
1 parent 46be220 commit af9b733

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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.
44

5+
## [3.0.0](https://github.com/theodorusclarence/theodorusclarence.com/compare/v2.0.0...v3.0.0) (2022-09-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* add prisma as counter
11+
12+
### Features
13+
14+
* add prisma as counter ([3ba27d8](https://github.com/theodorusclarence/theodorusclarence.com/commit/3ba27d8a4702fac5fa65790e67d1814d244912d9))
15+
* change image shadow from sm to default ([a1b4b53](https://github.com/theodorusclarence/theodorusclarence.com/commit/a1b4b533b32c69c1e5fdddd5315fcf113a3aaeda))
16+
* remove fauna ([46be220](https://github.com/theodorusclarence/theodorusclarence.com/commit/46be2200de52e7966570b96c48a83fe8fca196e3))
17+
18+
19+
### Bug Fixes
20+
21+
* mdx class isn't using className syntax ([ead648d](https://github.com/theodorusclarence/theodorusclarence.com/commit/ead648daa68cc260b345bdfc5941b9252bf1335e))
22+
* typo in conventional-commit english part ([490276f](https://github.com/theodorusclarence/theodorusclarence.com/commit/490276fcdc183ccdc38c51290a5eaef6bc12b578))
23+
524
## [2.0.0](https://github.com/theodorusclarence/theodorusclarence.com/compare/v1.1.1...v2.0.0) (2022-07-23)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theodorusclarence.com",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)