Skip to content

Commit

Permalink
chore(release): create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 29, 2024
1 parent cd11dd6 commit 5fb54a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/create-scrapeyard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-scrapeyard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-scrapeyard",
"version": "0.25.1",
"version": "0.26.0",
"description": "Initialization tool for scrapeyard.",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/scrapeyard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/scrapeyard/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5fb54a5

Please sign in to comment.