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 Mar 7, 2024
1 parent 4f3ff2f commit a8134fa
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.27.0

### Minor Changes

- I've added a home interface that lists all bots you have in your project and their actions as buttons that you can click to run.

## 0.26.5

## 0.26.4
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.26.5",
"version": "0.27.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.27.0

### Minor Changes

- I've added a home interface that lists all bots you have in your project and their actions as buttons that you can click to run.

## 0.26.5

### Patch Changes
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.26.5",
"version": "0.27.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 a8134fa

Please sign in to comment.