We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2798430 commit 2868eafCopy full SHA for 2868eaf
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v.2.0.1
4
+- fix: remove unused github workflow
5
+
6
## v.2.0.0
7
- breaking: update Next.js, React, Tailwind CSS etc.
8
- breaking: update tailwind.config.js and postcss.config.js
package.json
@@ -1,6 +1,6 @@
{
"name": "next-starter-kit",
- "version": "2.0.0",
+ "version": "2.0.1",
"scripts": {
"dev": "next",
"build": "next build",
0 commit comments