Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-04-08)

### ✨ Features

* add ctrl + g support ([975561b](975561b))
* add data view ([e2cfd09](e2cfd09))
* add drag nod ([28e1e2f](28e1e2f))
* add edgesTyoe ([4c32225](4c32225))
* add group ([a665a59](a665a59))
* add handle valid check ([8660f6a](8660f6a))
* add node preview ([0ba5e5a](0ba5e5a))
* add node search ([97039a6](97039a6))
* add slider input ([a48f45e](a48f45e))
* add upload image ([ef82865](ef82865))
* base done ([6fe7001](6fe7001))
* support color modify ([f910ac5](f910ac5))
* support ctrl+c/v ([9e0897c](9e0897c))
* update header ([2a6d001](2a6d001))
* update slots ([8ed3fee](8ed3fee))
* update workflow ([64409a9](64409a9))

### 🐛 Bug Fixes

* action ([5536997](5536997))
* action ([62d7243](62d7243))
* action ([a8ad60d](a8ad60d))
* action ([975f758](975f758))
* action ([518d1dd](518d1dd))
* delete func ([3161d50](3161d50))
* platform ([f49397b](f49397b))
* some bug ([4af574d](4af574d))
* some types ([bb3b287](bb3b287))
* store ([6532384](6532384))
* type check ([4b87f02](4b87f02))
  • Loading branch information
semantic-release-bot committed Apr 8, 2023
1 parent 2ced0b9 commit 4577101
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

# 1.0.0 (2023-04-08)


### ✨ Features

* add ctrl + g support ([975561b](https://github.com/canisminor1990/kitchen-comfyui/commit/975561b))
* add data view ([e2cfd09](https://github.com/canisminor1990/kitchen-comfyui/commit/e2cfd09))
* add drag nod ([28e1e2f](https://github.com/canisminor1990/kitchen-comfyui/commit/28e1e2f))
* add edgesTyoe ([4c32225](https://github.com/canisminor1990/kitchen-comfyui/commit/4c32225))
* add group ([a665a59](https://github.com/canisminor1990/kitchen-comfyui/commit/a665a59))
* add handle valid check ([8660f6a](https://github.com/canisminor1990/kitchen-comfyui/commit/8660f6a))
* add node preview ([0ba5e5a](https://github.com/canisminor1990/kitchen-comfyui/commit/0ba5e5a))
* add node search ([97039a6](https://github.com/canisminor1990/kitchen-comfyui/commit/97039a6))
* add slider input ([a48f45e](https://github.com/canisminor1990/kitchen-comfyui/commit/a48f45e))
* add upload image ([ef82865](https://github.com/canisminor1990/kitchen-comfyui/commit/ef82865))
* base done ([6fe7001](https://github.com/canisminor1990/kitchen-comfyui/commit/6fe7001))
* support color modify ([f910ac5](https://github.com/canisminor1990/kitchen-comfyui/commit/f910ac5))
* support ctrl+c/v ([9e0897c](https://github.com/canisminor1990/kitchen-comfyui/commit/9e0897c))
* update header ([2a6d001](https://github.com/canisminor1990/kitchen-comfyui/commit/2a6d001))
* update slots ([8ed3fee](https://github.com/canisminor1990/kitchen-comfyui/commit/8ed3fee))
* update workflow ([64409a9](https://github.com/canisminor1990/kitchen-comfyui/commit/64409a9))


### 🐛 Bug Fixes

* action ([5536997](https://github.com/canisminor1990/kitchen-comfyui/commit/5536997))
* action ([62d7243](https://github.com/canisminor1990/kitchen-comfyui/commit/62d7243))
* action ([a8ad60d](https://github.com/canisminor1990/kitchen-comfyui/commit/a8ad60d))
* action ([975f758](https://github.com/canisminor1990/kitchen-comfyui/commit/975f758))
* action ([518d1dd](https://github.com/canisminor1990/kitchen-comfyui/commit/518d1dd))
* delete func ([3161d50](https://github.com/canisminor1990/kitchen-comfyui/commit/3161d50))
* platform ([f49397b](https://github.com/canisminor1990/kitchen-comfyui/commit/f49397b))
* some bug ([4af574d](https://github.com/canisminor1990/kitchen-comfyui/commit/4af574d))
* some types ([bb3b287](https://github.com/canisminor1990/kitchen-comfyui/commit/bb3b287))
* store ([6532384](https://github.com/canisminor1990/kitchen-comfyui/commit/6532384))
* type check ([4b87f02](https://github.com/canisminor1990/kitchen-comfyui/commit/4b87f02))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchen-comfyui",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 4577101

Please sign in to comment.