diff --git a/CHANGELOG.md b/CHANGELOG.md index 135832bec6..397dd43f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.10.1](https://github.com/jef/streetmerchant/compare/v3.10.0...v3.10.1) (2025-01-29) + + +### Documentation + +* add 5000 series to filter.md ([4eb678a](https://github.com/jef/streetmerchant/commit/4eb678aeb318707a5b4a6013a1e8b85e037b9fe2)) + ## [3.10.0](https://github.com/jef/streetmerchant/compare/v3.9.0...v3.10.0) (2025-01-29) diff --git a/package-lock.json b/package-lock.json index 6cd0ea49ce..694a5c6e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.10.1", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index cfa371fbcc..55391219c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.10.1", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {