From 48587e87446918c181883abf873d896111cb7640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:30:49 +0000 Subject: [PATCH] chore(main): release 3.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81aa5fb4e..720701c50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.10.0](https://github.com/jef/streetmerchant/compare/v3.9.0...v3.10.0) (2024-12-11) + + +### Features + +* add new microcenters locations, more 4090 GPUs, fixed incorrect URLs ([#3181](https://github.com/jef/streetmerchant/issues/3181)) ([218b0c3](https://github.com/jef/streetmerchant/commit/218b0c30757aaaa5ddc922f32e330457c0a82318)) + + +### Continuous Integration + +* update pr linter ([25d556c](https://github.com/jef/streetmerchant/commit/25d556c736a90b64f4312e4a4332dbc922b71f66)) + + +### Documentation + +* remove badges ([4388e9a](https://github.com/jef/streetmerchant/commit/4388e9a5e0cb1d1e544b5614fdba37efc2475d52)) + ## [3.9.0](https://github.com/jef/streetmerchant/compare/v3.8.3...v3.9.0) (2023-05-15) diff --git a/package-lock.json b/package-lock.json index 5c33ed0ef6..6cd0ea49ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.9.0", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.9.0", + "version": "3.10.0", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index 772d47194b..cfa371fbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.9.0", + "version": "3.10.0", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {