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 ae28dc8 commit 54adca6Copy full SHA for 54adca6
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- - 'v1.0.3' # 当推送标签时触发(如 v1.0.0)
+ - 'v1.1.0' # 当推送标签时触发(如 v1.0.0)
7
8
jobs:
9
publish:
CHANGELOG.md
@@ -2,6 +2,10 @@
2
<!-- <START NEW CHANGELOG ENTRY> -->
+## 1.1.0 2024 Nov 19
+
+- change demo gif to mp4 video
## 1.0.3 2024 Nov 19
10
11
- demo gif to lower resolution for pypi website
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlab-notechat",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Chat with an AI Assistant in the Notebook",
"keywords": [
"jupyter",
0 commit comments