Skip to content

Commit 34d244f

Browse files
committed
chore(release): v0.17.1 [skip-release]
1 parent 66a97b6 commit 34d244f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11

22

3-
## [0.17.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.10...v0.17.0) (2025-01-25)
3+
## [0.17.1](https://github.com/arshad-yaseen/monacopilot/compare/v0.17.0...v0.17.1) (2025-01-26)
44

55

6-
### 🚀 Features
6+
### 🔧 Maintenance
7+
8+
* improve provider folder naming ([c9f5b3d](https://github.com/arshad-yaseen/monacopilot/commit/c9f5b3d8feae3adc63b37d47abac130be223b092))
9+
* make ai providers scalable ([b39717a](https://github.com/arshad-yaseen/monacopilot/commit/b39717ac17fee4ce6f5e989061fbe7ae41b94109))
710

8-
* deepseek models ([3ad425b](https://github.com/arshad-yaseen/monacopilot/commit/3ad425b4a57b505c41a1f8170bd53e416b9b7ea5))
11+
## [0.17.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.10...v0.17.0) (2025-01-25)
12+
13+
### 🚀 Features
914

15+
- deepseek models ([3ad425b](https://github.com/arshad-yaseen/monacopilot/commit/3ad425b4a57b505c41a1f8170bd53e416b9b7ea5))
1016

1117
### 🔧 Maintenance
1218

13-
* v3 ([7449148](https://github.com/arshad-yaseen/monacopilot/commit/7449148a22a95ce81787e89aa411e83c667f41e8))
19+
- v3 ([7449148](https://github.com/arshad-yaseen/monacopilot/commit/7449148a22a95ce81787e89aa411e83c667f41e8))
1420

1521
## [0.16.10](https://github.com/arshad-yaseen/monacopilot/compare/v0.16.8...v0.16.10) (2025-01-22)
1622

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monacopilot",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "AI auto-completion plugin for Monaco Editor",
55
"main": "./build/index.js",
66
"module": "./build/index.mjs",

0 commit comments

Comments
 (0)