Skip to content

Commit 7b74214

Browse files
committed
Publish 0.0.4
SHA256 hashes: jupyter-ai-chat-commands-0.0.4.tgz: 9a3f845c794bc6908568fecfaa67ea1e5cddcc8aa062b0b592fed296fea36307 jupyter_ai_chat_commands-0.0.4-py3-none-any.whl: 5f8ca69ae3e3c07f911b64219673ec2a2ddffc1e93e04d8ccdb79bb792503ab5 jupyter_ai_chat_commands-0.0.4.tar.gz: 0c9722d139376e1bff87a730fbb6cc14019b010282fbce9d62001223d3d3c6b0
1 parent 6c0bbe3 commit 7b74214

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.0.4
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.3...6c0bbe375cf937d9a624603fa06c13f216589275))
8+
9+
### Bugs fixed
10+
11+
- Fix plugin activation by sharing @jupyter/chat package [#8](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/pull/8) ([@Zsailer](https://github.com/Zsailer))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/graphs/contributors?from=2025-11-02&to=2025-11-04&type=c))
16+
17+
[@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3AZsailer+updated%3A2025-11-02..2025-11-04&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.0.3
622

723
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.2...5461dc5043b8529684024707d66b2398747e361e))
@@ -16,8 +32,6 @@
1632

1733
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3Adlqqq+updated%3A2025-10-30..2025-11-02&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.0.2
2236

2337
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.1...3e6438d758960a63a6ec60adeb3d579e2433b073))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/chat-commands",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Package providing the set of default chat commands in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)