diff --git a/CHANGELOG.md b/CHANGELOG.md index ebceebf261..54d1f7ff02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.13.0](https://github.com/jef/streetmerchant/compare/v3.12.0...v3.13.0) (2026-04-08) + + +### Features + +* Better Web GUI with bot controls ([#3250](https://github.com/jef/streetmerchant/issues/3250)) ([2d59237](https://github.com/jef/streetmerchant/commit/2d592371d971271e37f6ac0df76f5f8ad3b72d1f)) + ## [3.12.0](https://github.com/jef/streetmerchant/compare/v3.11.0...v3.12.0) (2025-07-20) diff --git a/package-lock.json b/package-lock.json index a5b4b0bff8..8217ba34be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.12.0", + "version": "3.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.12.0", + "version": "3.13.0", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index 6f98608d63..e40d712b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.12.0", + "version": "3.13.0", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {