Skip to content

Commit f92f305

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.6.0
1 parent 4fde124 commit f92f305

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.6.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.5.0...v1.6.0) (2022-03-18)
2+
3+
4+
### Features
5+
6+
* **react-ts:** add type to functional component ([4fde124](https://github.com/avneesh0612/react-nextjs-snippets/commit/4fde124b65be803d51d998f6876ac95a4f8edc6d))
7+
8+
9+
110
# [1.5.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.4.0...v1.5.0) (2022-02-20)
211

312

@@ -47,12 +56,3 @@
4756

4857

4958

50-
# [1.2.0](https://github.com/avneesh0612/react-nextjs-snippets/compare/v1.1.1...v1.2.0) (2022-02-14)
51-
52-
53-
### Features
54-
55-
* add ProductHunt embed in Readme ([c42e2b7](https://github.com/avneesh0612/react-nextjs-snippets/commit/c42e2b716a2c5d034636eae6727631378daea01b))
56-
57-
58-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nextjs-snippets",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "index.js",
55
"repository": "https://github.com/avneesh0612/react-nextjs-snippets.git",
66
"author": "Avneesh Agarwal <avneeshagarwal0612@gmail.com>",
@@ -59,4 +59,4 @@
5959
}
6060
]
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)