Skip to content

Commit 2798430

Browse files
Merge branch 'v2.0.0' into develop
2 parents 46fbc12 + 519c633 commit 2798430

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v.2.0.0
4+
- breaking: update Next.js, React, Tailwind CSS etc.
5+
- breaking: update tailwind.config.js and postcss.config.js
6+
37
## v.1.3.0
48
- simplify eslint settings
59
- apply typescript strict mode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-starter-kit",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"dev": "next",
66
"build": "next build",

0 commit comments

Comments
 (0)