Skip to content

Commit 62f7f07

Browse files
update changelog for v2.0.2
1 parent 25ba2df commit 62f7f07

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.2
4+
- use yarn.lock instead of package-lock.json
5+
- update README.md
6+
37
## v.2.0.1
48
- fix: remove unused github workflow
59

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": "2.0.1",
3+
"version": "2.0.2",
44
"scripts": {
55
"dev": "next",
66
"build": "next build",

0 commit comments

Comments
 (0)