Skip to content

Commit 097a7f4

Browse files
committed
chore(release): v1.1.2
1 parent d4c0338 commit 097a7f4

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.1.2
4+
5+
[compare changes](https://github.com/rrd108/nuxt-cart/compare/v1.1.1...v1.1.2)
6+
7+
### 🩹 Fixes
8+
9+
- Move DB deps from optionalDependencies to peerDependencies to avoid auto-install in consumer apps ([9e79d49](https://github.com/rrd108/nuxt-cart/commit/9e79d49))
10+
- Add explicit useRuntimeConfig import in plugin to prevent ReferenceError in consumer apps ([3401a0a](https://github.com/rrd108/nuxt-cart/commit/3401a0a))
11+
12+
### 📖 Documentation
13+
14+
- Clarify that DB drivers are optional peer dependencies that must be explicitly installed ([ee73ef1](https://github.com/rrd108/nuxt-cart/commit/ee73ef1))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V1.1.1 ([e8e2b13](https://github.com/rrd108/nuxt-cart/commit/e8e2b13))
19+
- Add ignore data ([d4c0338](https://github.com/rrd108/nuxt-cart/commit/d4c0338))
20+
21+
### ❤️ Contributors
22+
23+
- Rrd108 ([@rrd108](https://github.com/rrd108))
24+
325
## v1.1.1
426

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

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.1",
3+
"version": "1.1.2",
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)