Skip to content

Commit

Permalink
chore(release): 1.6.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jan 1, 2024
1 parent 864b830 commit 2592dd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [1.6.0-develop.1](https://github.com/swiiny/create-nextjs-dapp/compare/v1.5.3...v1.6.0-develop.1) (2024-01-01)


### Bug Fixes

* fix portal component ts issue ([aae5c5d](https://github.com/swiiny/create-nextjs-dapp/commit/aae5c5d40eab00da041b63eafa6cd9b6c1a54926))
* fix portal component ts issue ([3c2dfe5](https://github.com/swiiny/create-nextjs-dapp/commit/3c2dfe57c1be86433bcd6a8715ec79f7ce80f269))
* fix releaserc file location ([4561ee2](https://github.com/swiiny/create-nextjs-dapp/commit/4561ee2802f5e1ec04cf86e408f48ce56755f271))
* set package as private to avoid semantic-release auto deploy to npm ([864b830](https://github.com/swiiny/create-nextjs-dapp/commit/864b8305aae19cbd806451205675865c12894df9))


### Features

* add husky & add release automation ([fd23338](https://github.com/swiiny/create-nextjs-dapp/commit/fd233380a6d0428d5ae0e7a6fe24f4a701d64f88))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nextjs-dapp",
"version": "1.5.3",
"version": "1.6.0-develop.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 2592dd6

Please sign in to comment.