Skip to content

Commit 54adca6

Browse files
committed
update to 1.1.0
update to 1.1.0
1 parent ae28dc8 commit 54adca6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6-
- 'v1.0.3' # 当推送标签时触发(如 v1.0.0)
6+
- 'v1.1.0' # 当推送标签时触发(如 v1.0.0)
77

88
jobs:
99
publish:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 1.1.0 2024 Nov 19
6+
7+
- change demo gif to mp4 video
8+
59
## 1.0.3 2024 Nov 19
610

711
- demo gif to lower resolution for pypi website

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-notechat",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Chat with an AI Assistant in the Notebook",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)