Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Aug 1, 2024
1 parent 9fdedae commit 88a1583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [2.0.2](https://github.com/mumu-lhl/duckduckgo-ai-chat/compare/v2.0.1..v2.0.2) - 2024-08-01

### Documentation

- document symbols - ([9fdedae](https://github.com/mumu-lhl/duckduckgo-ai-chat/commit/9fdedae1dd6dc639bb2a1b5c882e97716b70010a)) - Mumulhl

---
## [2.0.1](https://github.com/mumu-lhl/duckduckgo-ai-chat/compare/v2.0.0..v2.0.1) - 2024-08-01

Expand All @@ -12,6 +19,7 @@ All notable changes to this project will be documented in this file. See [conven
### Miscellaneous Chores

- add publish workflow - ([f0c11d2](https://github.com/mumu-lhl/duckduckgo-ai-chat/commit/f0c11d23db5d46bc3086ca46a7ab2833068b6eb5)) - Mumulhl
- release v2.0.1 - ([bc22a11](https://github.com/mumu-lhl/duckduckgo-ai-chat/commit/bc22a1115630906c6a7dd1b484e0fcc31c17706e)) - Mumulhl

---
## [2.0.0](https://github.com/mumu-lhl/duckduckgo-ai-chat/compare/v1.0.0..v2.0.0) - 2024-08-01
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mumulhl/duckduckgo-ai-chat",
"version": "2.0.1",
"version": "2.0.2",
"exports": "./mod.ts",
"tasks": {
"test": "deno run -A test.ts",
Expand Down

0 comments on commit 88a1583

Please sign in to comment.