Skip to content

Commit 872064d

Browse files
committed
chore(release): v1.1.3
1 parent 47e14e9 commit 872064d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.1.3
4+
5+
[compare changes](https://github.com/rrd108/nuxt-cart/compare/v1.1.2...v1.1.3)
6+
7+
### 🩹 Fixes
8+
9+
- Add explicit imports in plugin to prevent ReferenceError in consumer apps ([47e14e9](https://github.com/rrd108/nuxt-cart/commit/47e14e9))
10+
11+
### 🏡 Chore
12+
13+
- **release:** V1.1.2 ([097a7f4](https://github.com/rrd108/nuxt-cart/commit/097a7f4))
14+
15+
### ❤️ Contributors
16+
17+
- Rrd108 ([@rrd108](https://github.com/rrd108))
18+
319
## v1.1.2
420

521
[compare changes](https://github.com/rrd108/nuxt-cart/compare/v1.1.1...v1.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-cart",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A generic, reusable shopping cart module for Nuxt 4 with localStorage persistence, coupon support, and optional Nuxt UI components",
55
"author": "rrd <rrd@webmania.cc>",
66
"license": "MIT",

0 commit comments

Comments
 (0)