Skip to content

Commit b75fab2

Browse files
chore(main): release 3.12.0
1 parent 30cb888 commit b75fab2

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [3.12.0](https://github.com/jef/streetmerchant/compare/v3.11.0...v3.12.0) (2025-03-04)
4+
5+
6+
### Features
7+
8+
* add 5080 series products to various canadian retailers ([#3215](https://github.com/jef/streetmerchant/issues/3215)) ([1632ef5](https://github.com/jef/streetmerchant/commit/1632ef5b6be90c8da834b490b350f443acd91ccb))
9+
* add 5090 links (Amazon, Asus, Best Buy, Micro Center) ([#3217](https://github.com/jef/streetmerchant/issues/3217)) ([3416266](https://github.com/jef/streetmerchant/commit/34162660d7b31350414d581ea56c32dfaa6d0a47))
10+
* add 50xx links from Newegg, Bestbuy, and B&H ([#3200](https://github.com/jef/streetmerchant/issues/3200)) ([9971622](https://github.com/jef/streetmerchant/commit/9971622bdde728453b6ce80d91d522142a88a94e))
11+
* add more 50-series to bestbuy; add itemnumbers to newegg ([#3208](https://github.com/jef/streetmerchant/issues/3208)) ([8f13946](https://github.com/jef/streetmerchant/commit/8f139466124ef097015bf6fc668fb680c9c5f76c))
12+
13+
14+
### Bug Fixes
15+
16+
* Corrected label for newegg asus astral 5080 ([#3204](https://github.com/jef/streetmerchant/issues/3204)) ([8e203ea](https://github.com/jef/streetmerchant/commit/8e203ea343bf2e029e8d6ba7b8e7e82640435142))
17+
* update selector for newegg product price ([#3221](https://github.com/jef/streetmerchant/issues/3221)) ([72e26b4](https://github.com/jef/streetmerchant/commit/72e26b42f5d41872a665f69fe273cea9864240cf))
18+
19+
20+
### Continuous Integration
21+
22+
* remove cache to speed up ([#3205](https://github.com/jef/streetmerchant/issues/3205)) ([c60d4ca](https://github.com/jef/streetmerchant/commit/c60d4ca473f417dd315253bd88ccaac42db92044))
23+
24+
25+
### Documentation
26+
27+
* fix typos in heroku ([#3228](https://github.com/jef/streetmerchant/issues/3228)) ([30cb888](https://github.com/jef/streetmerchant/commit/30cb888aea89d0edbed6eec99cc7ecdee4661c5d))
28+
329
## [3.11.0](https://github.com/jef/streetmerchant/compare/v3.10.0...v3.11.0) (2025-01-30)
430

531

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streetmerchant",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "The world's easiest, most powerful stock checker",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)