Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.2...v5.0.0) (2024-07-19)

### Features

* begin stubbing out non-HTTPS auth ([31ae7e9](31ae7e9))
* use `ky` instead of `woocommerce-api` ([cf523fa](cf523fa))

### BREAKING CHANGES

* --verify-ssl option removed
  • Loading branch information
semantic-release-bot committed Jul 19, 2024
1 parent ac281b0 commit 9cc6f39
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.0.0](https://github.com/JaredReisinger/order-fetcher/compare/v4.0.2...v5.0.0) (2024-07-19)


### Features

* begin stubbing out non-HTTPS auth ([31ae7e9](https://github.com/JaredReisinger/order-fetcher/commit/31ae7e98032202170dd49920cb92ce304b23fc9d))
* use `ky` instead of `woocommerce-api` ([cf523fa](https://github.com/JaredReisinger/order-fetcher/commit/cf523fa35d820028931814a0c690ffa734db5de1))


### BREAKING CHANGES

* --verify-ssl option removed

## [4.0.2](https://github.com/JaredReisinger/order-fetcher/compare/v4.0.1...v4.0.2) (2024-07-18)


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": "order-fetcher",
"version": "4.0.2",
"version": "5.0.0",
"author": "Jared Reisinger",
"license": "ISC",
"description": "WooCommerce order fetcher",
Expand Down

0 comments on commit 9cc6f39

Please sign in to comment.