mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
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:
parent
bc82d39756
commit
eca41a929b
3 changed files with 5 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue