-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from 14790897/release-v1.0.0
chore: release 1.0.0
- Loading branch information
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-01-23) | ||
|
||
|
||
### Features | ||
|
||
* release-please ([6c8bfe3](https://www.github.com/14790897/paper-ai/commit/6c8bfe3e7cd43fdc08b4933f7b3dd4a7c68abf80)) | ||
* 与ai直接交流 ([cd5b42b](https://www.github.com/14790897/paper-ai/commit/cd5b42bed67b32918458d4815d8f5aabf71743a6)) | ||
* 删除文献时,更新索引 ([82149df](https://www.github.com/14790897/paper-ai/commit/82149dfa5d4a394e6db7685d73f79cd3d4120846)) | ||
* 点击别的按钮之后可以自动回到之前的光标位置 ([f76205e](https://www.github.com/14790897/paper-ai/commit/f76205ec8fe77abecadc24396e621a8f3dc6b6fc)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deploy button and env ([437d516](https://www.github.com/14790897/paper-ai/commit/437d5169cb9d4fdbc6ebd22cf84cf5ddcceb8a71)) | ||
* editorcontent to redux ([6382683](https://www.github.com/14790897/paper-ai/commit/6382683f91dcbeb3cad3293f9be5ec6705f457b3)) | ||
* form里面的按钮必须要指定type不为submit才可以正常 ([64d307b](https://www.github.com/14790897/paper-ai/commit/64d307bbdc2eeb41b83ebd0d52cef15955e45bc4)) | ||
* ignore lint ([bc65d1e](https://www.github.com/14790897/paper-ai/commit/bc65d1e11c597133bc492c2f6928133c6b4215b8)) | ||
* proxy ([50124d3](https://www.github.com/14790897/paper-ai/commit/50124d35bd170f9e996f403fe00a89d570c2be1f)) | ||
* referencesRedux自动存储 ([b4a522b](https://www.github.com/14790897/paper-ai/commit/b4a522b3b8bffcbe718e4d60bbdfc73cf41024a1)) | ||
* style ([eaa6561](https://www.github.com/14790897/paper-ai/commit/eaa65616c22451a085080cee7713ef3817483dae)) | ||
* 使用redux完成对references的编辑 ([945a98b](https://www.github.com/14790897/paper-ai/commit/945a98b2ed97640b6c95e0c316829b415826b306)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,5 +45,6 @@ | |
"@types/react-dom": "18.2.5", | ||
"@types/redux-logger": "^3.0.12", | ||
"encoding": "^0.1.13" | ||
} | ||
}, | ||
"version": "1.0.0" | ||
} |