We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c5463 commit f9fdc6aCopy full SHA for f9fdc6a
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- - 'v1.1.0' # 当推送标签时触发(如 v1.0.0)
+ - 'v1.1.1' # 当推送标签时触发(如 v1.0.0)
7
8
jobs:
9
publish:
CHANGELOG.md
@@ -2,6 +2,10 @@
2
<!-- <START NEW CHANGELOG ENTRY> -->
+## 1.1.1 2024 Nov 20
+
+- add github repo link to help menu
## 1.1.0 2024 Nov 19
10
11
- change demo gif to mp4 video
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlab-notechat",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Chat with an AI Assistant in the Notebook",
"keywords": [
"jupyter",
0 commit comments