Skip to content

Commit d4b8190

Browse files
committed
chore(release): 0.0.5
1 parent bfd29e2 commit d4b8190

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.5](https://github.com/ecomplus/cloud-commerce/compare/v0.0.4...v0.0.5) (2022-06-16)
6+
7+
8+
### Features
9+
10+
* **api:** Error object (not 2xx) includes `statusCode` property (as Fastify errors) ([a9681f2](https://github.com/ecomplus/cloud-commerce/commit/a9681f23ceb9b007f90e95351ca133fdac865f1b))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** Config object is optional on abstracted method functions ([2eebbe7](https://github.com/ecomplus/cloud-commerce/commit/2eebbe771971b5ac87b85f6068a36d7e1f647aba))
16+
* **api:** Resolve with resource type on read without method (get is default) ([52b1a9b](https://github.com/ecomplus/cloud-commerce/commit/52b1a9b7cb48210b155ac620eaa6b3c8d95d681e))
17+
518
### [0.0.4](https://github.com/ecomplus/cloud-commerce/compare/v0.0.3...v0.0.4) (2022-06-15)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudcommerce",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
55
"main": "src/index.js",
66
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/api",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -19,4 +19,4 @@
1919
"build": "sh scripts/build.sh",
2020
"test": "tsc -p ../../tsconfig.test.json && vitest run"
2121
}
22-
}
22+
}

packages/apps/discounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/app-discounts",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
55
"main": "functions/dist/index.js",
66
"repository": {

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/storefront",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "E-Com Plus Cloud Commerce storefront with Astro",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)