Skip to content

Commit f9fdc6a

Browse files
committed
update to v1.1.1
1 parent b7c5463 commit f9fdc6a

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.1.0' # 当推送标签时触发(如 v1.0.0)
6+
- 'v1.1.1' # 当推送标签时触发(如 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.1 2024 Nov 20
6+
7+
- add github repo link to help menu
8+
59
## 1.1.0 2024 Nov 19
610

711
- change demo gif to mp4 video

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.1.0",
3+
"version": "1.1.1",
44
"description": "Chat with an AI Assistant in the Notebook",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)