From 5fb54a51f1c1a6eb2e86bb96bf8025330b29a109 Mon Sep 17 00:00:00 2001 From: anasouardini Date: Thu, 29 Feb 2024 01:07:00 +0100 Subject: [PATCH] chore(release): create a release --- packages/create-scrapeyard/CHANGELOG.md | 6 ++++++ packages/create-scrapeyard/package.json | 2 +- packages/scrapeyard/CHANGELOG.md | 6 ++++++ packages/scrapeyard/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/create-scrapeyard/CHANGELOG.md b/packages/create-scrapeyard/CHANGELOG.md index 291984e..adc94a6 100644 --- a/packages/create-scrapeyard/CHANGELOG.md +++ b/packages/create-scrapeyard/CHANGELOG.md @@ -1,5 +1,11 @@ # create-scrapeyard +## 0.26.0 + +### Minor Changes + +- The demo bot/sub-project has been replaced, the old one was targetting a website that's hard to demo on. The `sync` command is now more well-rounded. + ## 0.25.1 ### Patch Changes diff --git a/packages/create-scrapeyard/package.json b/packages/create-scrapeyard/package.json index 685807b..5354523 100644 --- a/packages/create-scrapeyard/package.json +++ b/packages/create-scrapeyard/package.json @@ -1,6 +1,6 @@ { "name": "create-scrapeyard", - "version": "0.25.1", + "version": "0.26.0", "description": "Initialization tool for scrapeyard.", "license": "MIT", "keywords": [ diff --git a/packages/scrapeyard/CHANGELOG.md b/packages/scrapeyard/CHANGELOG.md index 62e579b..f83d689 100644 --- a/packages/scrapeyard/CHANGELOG.md +++ b/packages/scrapeyard/CHANGELOG.md @@ -1,5 +1,11 @@ # scrapeyard +## 0.26.0 + +### Minor Changes + +- The demo bot/sub-project has been replaced, the old one was targetting a website that's hard to demo on. The `sync` command is now more well-rounded. + ## 0.25.1 ## 0.25.0 diff --git a/packages/scrapeyard/package.json b/packages/scrapeyard/package.json index 097c356..4da5e88 100644 --- a/packages/scrapeyard/package.json +++ b/packages/scrapeyard/package.json @@ -1,6 +1,6 @@ { "name": "scrapeyard", - "version": "0.25.1", + "version": "0.26.0", "description": "A scraping library that saves you from writing a lot of boiler-plate every time you lunch a new project. It also helps you manage multiple projects in one place.", "main": "./lib/mainInterface.js", "module": "./lib/mainInterface.mjs",