Update version to 2.9.5 (#1700)

- Update manifest.json to 2.9.5
- Update versions.json to include 2.9.5
- Update package.json and package-lock.json to 2.9.5
This commit is contained in:
Logan Yang 2025-08-08 09:40:47 -07:00 committed by GitHub
parent bc82d39756
commit eca41a929b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "2.9.4",
"version": "2.9.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.9.4",
"version": "2.9.5",
"license": "AGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "2.9.4",
"version": "2.9.5",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"main": "main.js",
"scripts": {

View file

@ -88,5 +88,6 @@
"2.9.1": "0.15.0",
"2.9.2": "0.15.0",
"2.9.3": "0.15.0",
"2.9.4": "0.15.0"
"2.9.4": "0.15.0",
"2.9.5": "0.15.0"
}