Skip to content

Commit c7afaef

Browse files
chore(release): v1.9.5
1 parent 7213d7e commit c7afaef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## v1.9.5
5+
6+
[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.9.4...v1.9.5)
7+
8+
### 🩹 Fixes
9+
10+
- **pattern-extractor:** Ensure extracted values are strings and handle undefined keys ([b95e17f](https://github.com/NativeMindBrowser/NativeMindExtension/commit/b95e17f))
11+
- **web-llm:** Fix infinite loading when local model cache is invalid ([66239b1](https://github.com/NativeMindBrowser/NativeMindExtension/commit/66239b1))
12+
13+
### ❤️ Contributors
14+
15+
- Tony Hu ([@tonyhu-012](http://github.com/tonyhu-012))
16+
417
## v1.9.4
518

619
[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.9.3-beta.12...v1.9.4)

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.9.4",
3+
"version": "1.9.5",
44
"private": false,
55
"author": "NativeMind",
66
"keywords": [

0 commit comments

Comments
 (0)