Skip to content

Commit ff2f0ec

Browse files
committed
Version 1.1.2
1 parent a7721ed commit ff2f0ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The current release has been tested and is confirmed working with the following
7575

7676
## Features
7777

78-
- Next.js version 13.0.3
78+
- Next.js version 13.1.6
7979
- React 18
8080
- Connect to Woocommerce GraphQL API and list name, price and display image for products
8181
- Support for simple products and variable products
@@ -90,6 +90,7 @@ The current release has been tested and is confirmed working with the following
9090
- Shows page load progress with Nprogress during navigation
9191
- Fully responsive design
9292
- Category and product listings
93+
- Show stock status
9394
- Pretty URLs with builtin Nextjs functionality
9495
- Tailwind 3 for styling
9596
- JSDoc comments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Next.js WooCommerce webshop",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)