Skip to content

Commit dc13ae8

Browse files
feat: update CHAGNGELOG
1 parent f487b83 commit dc13ae8

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

3-
## v.2.1.0
4-
### feat
3+
## 2.2.0
4+
### feature
5+
- update Next.js to v11
6+
- update dependencies
7+
- apply eslint-config-next
8+
- add lint, tsc check to ci
9+
10+
## 2.1.0
11+
### feature
512
- update tailwindcss module
613
- update Next.js, react, react-dom
714
- run husky on commit
@@ -12,33 +19,33 @@
1219
### fix
1320
- use green color instead of teal which was removed from tailwindcss v2
1421

15-
## v.2.0.2
22+
## 2.0.2
1623
- use yarn.lock instead of package-lock.json
1724
- update README.md
1825

19-
## v.2.0.1
26+
## 2.0.1
2027
- fix: remove unused github workflow
2128

22-
## v.2.0.0
29+
## 2.0.0
2330
- breaking: update Next.js, React, Tailwind CSS etc.
2431
- breaking: update tailwind.config.js and postcss.config.js
2532

26-
## v.1.3.0
33+
## 1.3.0
2734
- simplify eslint settings
2835
- apply typescript strict mode
2936
- remove unused files
3037

31-
## v.1.2.0
38+
## 1.2.0
3239
- improvement: update Next.js v10, React v17, Tailwind CSS v1.9
3340
- improvement: apply absolute import
3441
- refactor: simplify pre-commit hook
3542

36-
## v1.1.0
43+
## 1.1.0
3744
- improvement: update Next.js version to 9.5.4
3845
- improvement: change _app.js and index.js to tsx file
3946
- fix: remove bug from component script
4047
- improvement: Remove unused component
4148
- improvement: Fix Next.js version as 9.5.3
4249

43-
## v1.0.0
50+
## 1.0.0
4451
release

0 commit comments

Comments
 (0)