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 23, 2024
1 parent 00fcac7 commit 46a2b75
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.10.2

### Patch Changes

- monorepo setup is 100% ready

## 0.10.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.10.1",
"version": "0.10.2",
"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.10.2

### Patch Changes

- monorepo setup is 100% ready

## 0.10.1

## 0.10.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.10.1",
"version": "0.10.2",
"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 46a2b75

Please sign in to comment.