Skip to content

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2021-03-11)
7+
8+
9+
### Features
10+
11+
* **starters:** add nextjs-starter-tutorial ([b6101f9](https://github.com/reflexjs/reflexjs/commit/b6101f9d0425f1dc328a5000c351efa553b23b31))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-starter-tutorial",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)