From 5ff6b5699f8d13d0215cdf5617725f074d9d153a Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Sun, 6 Aug 2023 18:42:38 -0500 Subject: [PATCH] release 6.0.0-alpha.1 update changelog and version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c2e95..d4cea1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v6.0.0-alpha.1 + +- [#141](https://github.com/dylants/price-finder/pull/141) Add support for HomeDepot.com + # v6.0.0-alpha.0 - [#137](https://github.com/dylants/price-finder/pull/137) Start of v6, which includes: diff --git a/package.json b/package.json index 221b969..1231109 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "price-finder", "description": "Finds the prices of retail items online", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "engines": { "node": "^18" },