Skip to content

Commit

Permalink
Cody Web 0.8.2 release (#5570)
Browse files Browse the repository at this point in the history
Simply update version in `package.json` and `changelog` to bump recent
changes about new GPT models for cody web in Sourcegraph web app

## Test plan
- No test plan
  • Loading branch information
vovakulikov authored Sep 13, 2024
1 parent 0d4a532 commit 3ba1036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.8.2
- Adds wait-list for OpenAI-o1 & OpenAI-o1 mini [#5508](https://github.com/sourcegraph/cody/pull/5508)

## 0.8.1
- Fix leaking highlighted code matches styles
- Fix leaking highlighted code matches styles

## 0.8.0
- Add support for Cody one-box search results
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/cody-web",
"version": "0.8.1",
"version": "0.8.2",
"description": "Cody standalone web app",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3ba1036

Please sign in to comment.