Skip to content

Commit 2592dd6

Browse files
chore(release): 1.6.0-develop.1 [skip ci]
# [1.6.0-develop.1](v1.5.3...v1.6.0-develop.1) (2024-01-01) ### Bug Fixes * fix portal component ts issue ([aae5c5d](aae5c5d)) * fix portal component ts issue ([3c2dfe5](3c2dfe5)) * fix releaserc file location ([4561ee2](4561ee2)) * set package as private to avoid semantic-release auto deploy to npm ([864b830](864b830)) ### Features * add husky & add release automation ([fd23338](fd23338))
1 parent 864b830 commit 2592dd6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# [1.6.0-develop.1](https://github.com/swiiny/create-nextjs-dapp/compare/v1.5.3...v1.6.0-develop.1) (2024-01-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fix portal component ts issue ([aae5c5d](https://github.com/swiiny/create-nextjs-dapp/commit/aae5c5d40eab00da041b63eafa6cd9b6c1a54926))
7+
* fix portal component ts issue ([3c2dfe5](https://github.com/swiiny/create-nextjs-dapp/commit/3c2dfe57c1be86433bcd6a8715ec79f7ce80f269))
8+
* fix releaserc file location ([4561ee2](https://github.com/swiiny/create-nextjs-dapp/commit/4561ee2802f5e1ec04cf86e408f48ce56755f271))
9+
* set package as private to avoid semantic-release auto deploy to npm ([864b830](https://github.com/swiiny/create-nextjs-dapp/commit/864b8305aae19cbd806451205675865c12894df9))
10+
11+
12+
### Features
13+
14+
* add husky & add release automation ([fd23338](https://github.com/swiiny/create-nextjs-dapp/commit/fd233380a6d0428d5ae0e7a6fe24f4a701d64f88))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextjs-dapp",
3-
"version": "1.5.3",
3+
"version": "1.6.0-develop.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)