Skip to content

Commit

Permalink
chore(release): 1.7.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.4](v1.7.3...v1.7.4) (2024-07-31)

### Bug Fixes

* caching of task and instructions ([#51](#51)) ([5a93bb5](5a93bb5))
  • Loading branch information
semantic-release-bot committed Jul 31, 2024
1 parent 5a93bb5 commit cfb7e6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.4](https://github.com/gmickel/CodeWhisper/compare/v1.7.3...v1.7.4) (2024-07-31)


### Bug Fixes

* caching of task and instructions ([#51](https://github.com/gmickel/CodeWhisper/issues/51)) ([5a93bb5](https://github.com/gmickel/CodeWhisper/commit/5a93bb515216bd9d34d243fd2f848b38c7441190))

## [1.7.3](https://github.com/gmickel/CodeWhisper/compare/v1.7.2...v1.7.3) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codewhisper",
"type": "module",
"version": "1.7.3",
"version": "1.7.4",
"description": "A powerful tool for converting repository code to AI-friendly prompts",
"author": "Gordon Mickel <gordon@mickel.tech>",
"license": "MIT",
Expand Down

0 comments on commit cfb7e6b

Please sign in to comment.