Skip to content

Commit 98519c0

Browse files
chore(release): 1.13.5 [skip ci]
## [1.13.5](v1.13.4...v1.13.5) (2024-08-06) ### Bug Fixes * set diff mode to be default false ([14165ac](14165ac)) * test ([5800e15](5800e15))
1 parent 5800e15 commit 98519c0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.13.5](https://github.com/gmickel/CodeWhisper/compare/v1.13.4...v1.13.5) (2024-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* set diff mode to be default false ([14165ac](https://github.com/gmickel/CodeWhisper/commit/14165ac923202619c0a5d15fe8a7f3f48151fe1e))
7+
* test ([5800e15](https://github.com/gmickel/CodeWhisper/commit/5800e15695706f294550cd94f0f27196c967ec22))
8+
19
## [1.13.4](https://github.com/gmickel/CodeWhisper/compare/v1.13.3...v1.13.4) (2024-08-06)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codewhisper",
33
"type": "module",
4-
"version": "1.13.4",
4+
"version": "1.13.5",
55
"description": "A powerful tool for converting repository code to AI-friendly prompts",
66
"author": "Gordon Mickel <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)