From 878bc037a17bb3d93f783ff33aee5e44a910cb5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:38:13 +0000 Subject: [PATCH] chore(main): release 3.11.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135832bec6..063a0e42e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.11.0](https://github.com/jef/streetmerchant/compare/v3.10.0...v3.11.0) (2025-01-30) + + +### Features + +* add docs, add env vars, add country code, deprecate twitch, linting ([#3198](https://github.com/jef/streetmerchant/issues/3198)) ([c2ed997](https://github.com/jef/streetmerchant/commit/c2ed99705f6139a6ceb31e8113277e128f7d5e34)) +* add MSI US storefront ([#3199](https://github.com/jef/streetmerchant/issues/3199)) ([c596c20](https://github.com/jef/streetmerchant/commit/c596c206f13d05d1afdd1228775e3c9e283acd47)) + + +### 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 6e2ac4b23b..9634dfbb9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.11.0", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index 06f65f6ef6..7ed217dbd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.10.0", + "version": "3.11.0", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {