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 6d6363d commit b172b2eCopy full SHA for b172b2e
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- - 'v1.1.1' # 当推送标签时触发(如 v1.0.0)
+ - 'v1.1.2' # 当推送标签时触发(如 v1.0.0)
7
8
jobs:
9
publish:
CHANGELOG.md
@@ -2,6 +2,10 @@
2
<!-- <START NEW CHANGELOG ENTRY> -->
+## 1.1.2 2024 Nov 20
+
+- update readme
## 1.1.1 2024 Nov 20
10
11
- add github repo link to help menu
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlab-notechat",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Chat with an AI Assistant in the Notebook",
"keywords": [
"jupyter",
0 commit comments