Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.10...v6.0.0) (2023-03-18)

### Bug Fixes

* **component:** params should be optional ([9284915](9284915)), closes [#25](#25)

### BREAKING CHANGES

* **component:** Params must be optional since we could use the endpoit with/without it
  • Loading branch information
semantic-release-bot committed Mar 18, 2023
1 parent db138fc commit 4d4a664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "woocommerce-rest-ts-api",
"version": "5.0.10",
"version": "6.0.0",
"description": "WooCommerce REST API - Type Script Library",
"author": "Yuri Lima",
"license": "MIT",
Expand Down

0 comments on commit 4d4a664

Please sign in to comment.