From 392e0bb239fc4ff15ba3838f3c34a43b7b24b257 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 20 Oct 2022 18:58:59 -0700 Subject: [PATCH] chore(main): release 3.7.1 (#3064) :robot: I have created a release *beep* *boop* --- ## [3.7.1](https://github.com/jef/streetmerchant/compare/v3.7.0...v3.7.1) (2022-10-21) ### Continuous Integration * checkout when publish ([a5c0ed8](https://github.com/jef/streetmerchant/commit/a5c0ed8d9f22169649d700c1d7d02b18cdf658d6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 56df821acf..1305efa019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.1](https://github.com/jef/streetmerchant/compare/v3.7.0...v3.7.1) (2022-10-21) + + +### Continuous Integration + +* checkout when publish ([a5c0ed8](https://github.com/jef/streetmerchant/commit/a5c0ed8d9f22169649d700c1d7d02b18cdf658d6)) + ## [3.7.0](https://github.com/jef/streetmerchant/compare/v3.6.0...v3.7.0) (2022-10-21) diff --git a/package-lock.json b/package-lock.json index d6eb58822f..065b26d902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streetmerchant", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streetmerchant", - "version": "3.7.0", + "version": "3.7.1", "license": "MIT", "dependencies": { "@doridian/puppeteer-page-proxy": "^1.2.11", diff --git a/package.json b/package.json index 6f9c279880..2adeed8af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streetmerchant", - "version": "3.7.0", + "version": "3.7.1", "description": "The world's easiest, most powerful stock checker", "main": "src/index.ts", "scripts": {