Skip to content

Commit

Permalink
chore(minor): release 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.0](v1.14.2...v1.15.0) (2024-01-30)

### 🐛 Bug Fixes

* add `.gitattributes` file and normalize all the line endings ([#301](#301)) ([a6279ea](a6279ea))
* change the classname and remove extra code ([241c385](241c385))
* chunk processing in Chat component ([#289](#289)) ([f1c29ff](f1c29ff))
* elemenet to the dom if it's not added already ([c654b82](c654b82))
* Link to Usage Guide and Update README ([#298](#298)) ([ba5cef6](ba5cef6))

### 🍕 Features

* enable AI description generator on comments ([#285](#285)) ([a30380b](a30380b))
* Upgrade to v2 API ([693d459](693d459))
  • Loading branch information
jpmcb authored and open-sauced[bot] committed Jan 30, 2024
1 parent 3e53bbc commit 5d6b741
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,23 @@

> All notable changes to this project will be documented in this file
## [1.15.0](https://github.com/open-sauced/ai/compare/v1.14.2...v1.15.0) (2024-01-30)


### 🐛 Bug Fixes

* add `.gitattributes` file and normalize all the line endings ([#301](https://github.com/open-sauced/ai/issues/301)) ([a6279ea](https://github.com/open-sauced/ai/commit/a6279eaea274922b16b8854ab7b4fb39b66de69c))
* change the classname and remove extra code ([241c385](https://github.com/open-sauced/ai/commit/241c385e82f3757b95b045423fbb01e512772bfd))
* chunk processing in Chat component ([#289](https://github.com/open-sauced/ai/issues/289)) ([f1c29ff](https://github.com/open-sauced/ai/commit/f1c29ff9e219c46a768bc46b22553bb8a436e6c1))
* elemenet to the dom if it's not added already ([c654b82](https://github.com/open-sauced/ai/commit/c654b826d2443adc6cffbeaa61970b6294596ca6))
* Link to Usage Guide and Update README ([#298](https://github.com/open-sauced/ai/issues/298)) ([ba5cef6](https://github.com/open-sauced/ai/commit/ba5cef65dad7c2bc8340e274195b8a5b37e57b4f))


### 🍕 Features

* enable AI description generator on comments ([#285](https://github.com/open-sauced/ai/issues/285)) ([a30380b](https://github.com/open-sauced/ai/commit/a30380b1def14b97cf28f3945a1608cca6e3ba54))
* Upgrade to v2 API ([693d459](https://github.com/open-sauced/ai/commit/693d45998dba2cacc18be10b397fdc624668fb03))

## [1.15.0-beta.2](https://github.com/open-sauced/ai/compare/v1.15.0-beta.1...v1.15.0-beta.2) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OpenSauced.ai",
"version": "1.14.2",
"version": "1.15.0",
"action": { "default_popup": "index.html" },
"content_scripts": [
{
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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
@@ -1,7 +1,7 @@
{
"name": "opensauced-browser-extension",
"private": true,
"version": "1.15.0-beta.2",
"version": "1.15.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 5d6b741

Please sign in to comment.