Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-06-09)

### Features

* add help cmd and recursive opt ([83243e0](83243e0))
  • Loading branch information
semantic-release-bot committed Jun 9, 2024
1 parent 83243e0 commit 84432be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/marcelovicentegc/website-cloner/compare/v1.0.0...v1.1.0) (2024-06-09)


### Features

* add help cmd and recursive opt ([83243e0](https://github.com/marcelovicentegc/website-cloner/commit/83243e0076fb962113c9cf8e8653af86014fb116))

# 1.0.0 (2024-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website-cloner",
"version": "1.0.0",
"version": "1.1.0",
"description": "This project is a simple abstraction on top of website-scraper and website-scraper-puppeteer libraries to clone websites with ease.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 84432be

Please sign in to comment.