Skip to content

Commit e5c6dc4

Browse files
chore(release): v1.11.0-beta.1
1 parent eec015b commit e5c6dc4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.11.0-beta.1
4+
5+
[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.11.0-beta.0...v1.11.0-beta.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Add copy and retry actions for AI messages component. ([eec015b](https://github.com/NativeMindBrowser/NativeMindExtension/commit/eec015b))
10+
11+
### 🩹 Fixes
12+
13+
- **chat:** Add cleanup method for loading attachments in ReactiveHistoryManager ([befb170](https://github.com/NativeMindBrowser/NativeMindExtension/commit/befb170))
14+
15+
### ❤️ Contributors
16+
17+
- NekoWings ([@NekoWings](http://github.com/NekoWings))
18+
319
## v1.11.0-beta.0
420

521
[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.10.1...v1.11.0-beta.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativemind-extension",
3-
"version": "1.11.0-beta.0",
3+
"version": "1.11.0-beta.1",
44
"private": false,
55
"author": "NativeMind",
66
"keywords": [

0 commit comments

Comments
 (0)