Skip to content

Commit 914aae8

Browse files
committed
Merge branch 'release/1.3.6'
2 parents ae5ea97 + 976edd7 commit 914aae8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## [Unreleased](https://github.com/dermatologist/dhti/tree/HEAD)
44

5-
[Full Changelog](https://github.com/dermatologist/dhti/compare/1.3.4...HEAD)
5+
[Full Changelog](https://github.com/dermatologist/dhti/compare/1.3.5...HEAD)
66

77
**Merged pull requests:**
88

9+
- fix: update @github/copilot-sdk dependency to version 0.1.30 [\#131](https://github.com/dermatologist/dhti/pull/131) ([dermatologist](https://github.com/dermatologist))
910
- fix: dynamically import CopilotClient to resolve module issues [\#129](https://github.com/dermatologist/dhti/pull/129) ([dermatologist](https://github.com/dermatologist))
1011
- Fix formatting and add upcoming presentation details [\#128](https://github.com/dermatologist/dhti/pull/128) ([dermatologist](https://github.com/dermatologist))
1112
- Feature/fix hanging 1 [\#126](https://github.com/dermatologist/dhti/pull/126) ([dermatologist](https://github.com/dermatologist))
@@ -39,6 +40,10 @@
3940
- Feature/bump fix 1 [\#87](https://github.com/dermatologist/dhti/pull/87) ([dermatologist](https://github.com/dermatologist))
4041
- Feature/copy bootstrap [\#86](https://github.com/dermatologist/dhti/pull/86) ([dermatologist](https://github.com/dermatologist))
4142

43+
## [1.3.5](https://github.com/dermatologist/dhti/tree/1.3.5) (2026-03-07)
44+
45+
[Full Changelog](https://github.com/dermatologist/dhti/compare/1.3.4...1.3.5)
46+
4247
## [1.3.4](https://github.com/dermatologist/dhti/tree/1.3.4) (2026-03-07)
4348

4449
[Full Changelog](https://github.com/dermatologist/dhti/compare/1.3.3...1.3.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "dhti-cli",
33
"description": "DHTI CLI",
4-
"version": "1.3.5",
4+
"version": "1.3.6",
55
"author": "Bell Eapen",
66
"bin": {
77
"dhti-cli": "bin/run.js"
88
},
99
"bugs": "https://github.com/dermatologist/dhti/issues",
1010
"dependencies": {
11-
"@github/copilot-sdk": "^0.1.23",
11+
"@github/copilot-sdk": "0.1.30",
1212
"@langchain/community": "^0.3.53",
1313
"@langchain/ollama": "^0.2.3",
1414
"@oclif/core": "^4",

0 commit comments

Comments
 (0)