diff --git a/.gitignore b/.gitignore index 43224a1..5a0a21f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules *.js *.d.ts +/address /api /cart /commerce diff --git a/package.json b/package.json index 7c88c0b..b723c24 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@bigcommerce/storefront-data-hooks", - "version": "1.5.0", + "version": "1.5.1", "main": "index.js", "repository": "git@github.com:bigcommerce/storefront-data-hooks.git", "license": "MIT", "files": [ "*.js", "*.d.ts", + "address", "api", "cart", "commerce",