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 27, 2024
1 parent aa9eccc commit 45e4e43
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.24.1

### Patch Changes

- fix incompatibility with `npm`

## 0.24.0

### Minor 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.24.0",
"version": "0.24.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.24.1

## 0.24.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.24.0",
"version": "0.24.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 45e4e43

Please sign in to comment.