Skip to content

Commit

Permalink
update to 1.1.0
Browse files Browse the repository at this point in the history
update to 1.1.0
  • Loading branch information
firezym committed Nov 19, 2024
1 parent ae28dc8 commit 54adca6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
on:
push:
tags:
- 'v1.0.3' # 当推送标签时触发(如 v1.0.0)
- 'v1.1.0' # 当推送标签时触发(如 v1.0.0)

jobs:
publish:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.1.0 2024 Nov 19

- change demo gif to mp4 video

## 1.0.3 2024 Nov 19

- demo gif to lower resolution for pypi website
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-notechat",
"version": "1.0.3",
"version": "1.1.0",
"description": "Chat with an AI Assistant in the Notebook",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 54adca6

Please sign in to comment.