Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#16)
Browse files Browse the repository at this point in the history
Closes #9 
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 31, 2023
1 parent 9e044a6 commit 3f57b6a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/jtiala/wpdl/compare/v0.3.0...v1.0.0) (2023-05-31)


### ⚠ BREAKING CHANGES

* `limitPages` option removed

### Features

* Limit number of items to scrape ([9e044a6](https://github.com/jtiala/wpdl/commit/9e044a607c8e869d6bd20d08dfab2d7f1ef17bab))

## [0.3.0](https://github.com/jtiala/wpdl/compare/v0.2.0...v0.3.0) (2023-05-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpdl",
"version": "0.3.0",
"version": "1.0.0",
"description": "Scrape data from a WordPress instance.",
"keywords": [
"wordpress",
Expand Down

0 comments on commit 3f57b6a

Please sign in to comment.