Skip to content

Commit 129892a

Browse files
committed
chore(release): v1.1.0
1 parent bde0e14 commit 129892a

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

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

33

4+
## v1.1.0
5+
6+
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.6...v1.1.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Disable autoconnect ([#69](https://github.com/arashsheyda/nuxt-mongoose/pull/69))
11+
12+
### 🩹 Fixes
13+
14+
- ***:** Update dependencies ([#75](https://github.com/arashsheyda/nuxt-mongoose/pull/75))
15+
- Update devtools configuration for improved local dx ([dde3431](https://github.com/arashsheyda/nuxt-mongoose/commit/dde3431))
16+
- **rpc:** Update types ([3f27d6a](https://github.com/arashsheyda/nuxt-mongoose/commit/3f27d6a))
17+
18+
### 💅 Refactors
19+
20+
- Update devtools ui ([#76](https://github.com/arashsheyda/nuxt-mongoose/pull/76))
21+
22+
### 📖 Documentation
23+
24+
- Enhance Documentation ([#70](https://github.com/arashsheyda/nuxt-mongoose/pull/70))
25+
26+
### 🏡 Chore
27+
28+
- **readme:** Update MongoDB URI Configuration in String Format ([#73](https://github.com/arashsheyda/nuxt-mongoose/pull/73))
29+
30+
### 🤖 CI
31+
32+
- Setup initial ci workflow ([50d16f9](https://github.com/arashsheyda/nuxt-mongoose/commit/50d16f9))
33+
34+
### ❤️ Contributors
35+
36+
- Arash Ari Sheyda ([@arashsheyda](https://github.com/arashsheyda))
37+
- Najajan-de <svc_github_olw2@najajan.de>
38+
- Naihe ([@naiheyoung](https://github.com/naiheyoung))
39+
- NormVg ([@NormVg](https://github.com/NormVg))
40+
441
## v1.0.6
542

643
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.4...v1.1.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-mongoose",
33
"type": "module",
4-
"version": "1.0.6",
4+
"version": "1.1.0",
55
"private": false,
66
"packageManager": "pnpm@10.25.0",
77
"description": "Nuxt 3 module for MongoDB with Mongoose",
@@ -51,7 +51,7 @@
5151
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare client && nuxi prepare playground",
5252
"dev:client": "nuxi dev client --port 3300",
5353
"preview": "pnpm prepack && pnpm dev",
54-
"release": "pnpm run lint && pnpm run test && pnpm run build && changelogen --release && pnpm publish",
54+
"release": "pnpm run lint && pnpm run build && changelogen --release && pnpm publish",
5555
"lint": "eslint .",
5656
"lint:fix": "eslint . --fix",
5757
"test": "vitest run",

0 commit comments

Comments
 (0)