Skip to content

Commit

Permalink
ci(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jul 17, 2023
1 parent 8998ec9 commit 473aa66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0](https://github.com/ivangabriele/openai-forge-vsce/compare/v1.0.0...v1.1.0) (2023-07-16)


### Bug Fixes

* **commands:** add specific prompt notification message in send command ([628bef6](https://github.com/ivangabriele/openai-forge-vsce/commit/628bef650b1075954400e26f9ebec40421657ab5))
* **commands:** fix notification message typo in add/remove command ([0dcc8f7](https://github.com/ivangabriele/openai-forge-vsce/commit/0dcc8f756a7d315773a1fd6737bf0d0103a859f3))


### Features

* add progress bars in eval & send commands ([fb04f86](https://github.com/ivangabriele/openai-forge-vsce/commit/fb04f86a5da370b99ddbee513db2560b458672fb))


# 1.0.0 (2023-07-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openai-forge",
"description": "OpenAI Forge Visual Studio Code Extension",
"license": "AGPL-3.0-or-later",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=16",
Expand Down

0 comments on commit 473aa66

Please sign in to comment.