Skip to content

Commit 5729b41

Browse files
committed
chore: Bumped module version
Signed-off-by: Frederik Bußmann <[email protected]>
1 parent 81b26cb commit 5729b41

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.16
2+
- Added client side Storefront API access
3+
- Updated documentation
4+
- Bumped dependencies
5+
16
# 0.0.15
27
- Bumped dependencies
38

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@konkonam/nuxt-shopify",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"license": "MIT",
55
"type": "module",
6-
"description": "Easily integrate shopify into your nuxt 3 & 4 project 🚀",
6+
"description": "Easily integrate shopify into your nuxt 3 app 🚀",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/konkonam/nuxt-shopify.git"
@@ -71,13 +71,16 @@
7171
"keywords": [
7272
"nuxt",
7373
"nuxt3",
74+
"nuxt4",
7475
"nuxtjs",
7576
"nuxt-module",
7677
"shopify",
7778
"ecommerce",
79+
"storefront",
7880
"storefront-api",
7981
"admin-api",
8082
"graphql",
83+
"typescript",
8184
"codegen"
8285
],
8386
"engines": {

0 commit comments

Comments
 (0)