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 28, 2024
1 parent 0520e4a commit 5ad009d
Show file tree
Hide file tree
Showing 4 changed files with 10 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.25.1

### Patch Changes

- Added a missing template from the creator package.

## 0.25.0

## 0.24.1
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.0",
"version": "0.25.1",
"description": "Initialization tool for scrapeyard.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/scrapeyard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# scrapeyard

## 0.25.1

## 0.25.0

### Minor 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.25.0",
"version": "0.25.1",
"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 5ad009d

Please sign in to comment.