File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed
Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments