release api package 0.2.0 (#29930)

This commit is contained in:
Ron Rennick 2021-05-25 11:00:56 -03:00 committed by GitHub
parent 4ec6d9d9a9
commit e52bb139e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# 0.2.0
## Added
- Support for orders.

View File

@ -92,7 +92,7 @@ The following methods are available on all repositories if the corresponding met
- `create( {...properties} )` - Create a single object of the model type
- `delete( objectId )` - Delete a single object of the model type
- `list` - Retrieve a list of the existing objects of that model type
- `list( {...parameters} )` - Retrieve a list of the existing objects of that model type
- `read( objectId )` - Read a single object of the model type
- `update( objectId, {...properties} )` - Update a single object of the model type

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/api",
"version": "0.1.2",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/api",
"version": "0.1.2",
"version": "0.2.0",
"author": "Automattic",
"description": "A simple interface for interacting with a WooCommerce installation.",
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/tests/e2e/api/README.md",