diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19b2e8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.7.1](https://github.com/JoshuaHarris391/nopy/compare/v0.7.0...v0.7.1) (2026-06-13) + + +### Bug Fixes + +* remove breakup therapy agent ([ad2b55f](https://github.com/JoshuaHarris391/nopy/commit/ad2b55f4637cf123c7d6a7f6176008b2443f6548)) diff --git a/package-lock.json b/package-lock.json index 4e542bb..4ff7782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nopy", - "version": "0.6.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nopy", - "version": "0.6.0", + "version": "0.7.1", "dependencies": { "@anthropic-ai/sdk": "^0.82.0", "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 80c0aa7..d1dd1af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nopy", "private": true, - "version": "0.7.0", + "version": "0.7.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 53ffe04..1944324 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nopy" -version = "0.7.0" +version = "0.7.1" description = "Cosy AI assisted journal" authors = ["Joshua Harris"] license = "AGPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dc8132d..325b87d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "nopy", - "version": "0.7.0", + "version": "0.7.1", "identifier": "com.nopy.app", "build": { "frontendDist": "../dist",