From 41bd8714951e6ba0ffbe2169a5154e2b632b0801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 18:03:50 +0000 Subject: [PATCH] chore(main): release 3.8.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4c162072..8b6dba7b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.8.4](https://github.com/jef/streetmerchant/compare/v3.8.3...v3.8.4) (2022-12-05) + + +### Bug Fixes + +* update Target's url for PS5 Console ([#3098](https://github.com/jef/streetmerchant/issues/3098)) ([5eb7c12](https://github.com/jef/streetmerchant/commit/5eb7c126300a3d86cdafc0b73f3765fffcfdcf2d)) + ## [3.8.3](https://github.com/jef/streetmerchant/compare/v3.8.2...v3.8.3) (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 2facbb2bfb..25cadbad33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.8.3", + "version": "3.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.8.3", + "version": "3.8.4", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index cd3f1b6120..b631bba561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.8.3", + "version": "3.8.4", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {