Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2025
1 parent 039ad2b commit 906df0b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.6.0 (2025-01-30)


### Features

* Add configuration and setup command for API key management ([e7e9944](https://github.com/aindong/deepreview/commit/e7e9944ebd0b311671e1a3bb5dee85aad38bfb24))
* Enhance configuration with advanced model and base URL support ([039ad2b](https://github.com/aindong/deepreview/commit/039ad2b3b51f6b0f5fcd0426ccd60f400e32dd63))
* Enhance security with native credential storage and automatic cleanup ([1df9161](https://github.com/aindong/deepreview/commit/1df9161bf2212f77c394ff5734caeae200f23364))


### Maintenance

* Move commander from dev dependencies to dependencies ([3f7987c](https://github.com/aindong/deepreview/commit/3f7987cb20e3ae18c190264ee0cddcc93e715110))
* Move dotenv from dev dependencies to dependencies ([a694c4f](https://github.com/aindong/deepreview/commit/a694c4fd7332386490bd3b108208273a8c40438a))
* **release:** 1.1.0 ([093b8ec](https://github.com/aindong/deepreview/commit/093b8ec7fff581ebb0ab1e593df1fa1c31f26de0))
* **release:** 1.2.0 ([34d69bf](https://github.com/aindong/deepreview/commit/34d69bf8a76ba3fadbce44adb1135aed2a3059b6))
* **release:** 1.3.0 ([7aee0be](https://github.com/aindong/deepreview/commit/7aee0beb8954083c860e1830b49266ea9254a627))
* **release:** 1.4.0 ([7696828](https://github.com/aindong/deepreview/commit/7696828e6c8dd1c6b227bde5e608076f94daa00e))
* **release:** 1.5.0 ([6a73a77](https://github.com/aindong/deepreview/commit/6a73a77a064fedd06c4fcbcd19e0854715d5a0b9))

## 1.5.0 (2025-01-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepreview",
"version": "1.5.0",
"version": "1.6.0",
"type": "commonjs",
"description": "AI-powered CLI for code reviews and PR generation",
"main": "dist/index.js",
Expand Down

0 comments on commit 906df0b

Please sign in to comment.