diff --git a/package-lock.json b/package-lock.json index f215a20..6d54fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blue-chip/core", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1673a24..1fc8747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blue-chip/core", - "version": "0.3.2", + "version": "0.3.3", "description": "BlueChip accepts payloads from GraphQL or JsonAPI servers, normalizes them into your store and provides an ORM like syntax for retrieving the data for use.", "main": "dist/bundle.cjs.js", "module": "dist/bundle.esm.js",