Skip to content

Commit 665b60c

Browse files
committed
chore(release): v1.1.2
1 parent 57ba436 commit 665b60c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.1.2
5+
6+
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.0...v1.1.2)
7+
8+
### 🩹 Fixes
9+
10+
- Resolve import paths for Vite/Vitest compatibility ([#80](https://github.com/arashsheyda/nuxt-mongoose/pull/80))
11+
- Update import paths for nitropack runtime ([#83](https://github.com/arashsheyda/nuxt-mongoose/pull/83))
12+
13+
### 🏡 Chore
14+
15+
- **ci:** Add pkg-pr-new workflow and remove studio workflow ([#79](https://github.com/arashsheyda/nuxt-mongoose/pull/79))
16+
- **release:** V1.1.1 ([9a11d27](https://github.com/arashsheyda/nuxt-mongoose/commit/9a11d27))
17+
18+
### ❤️ Contributors
19+
20+
- Arash Ari Sheyda ([@arashsheyda](https://github.com/arashsheyda))
21+
422
## v1.1.1
523

624
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.0...v1.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-mongoose",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"private": false,
66
"packageManager": "pnpm@10.25.0",
77
"description": "Nuxt 3 module for MongoDB with Mongoose",

0 commit comments

Comments
 (0)