Skip to content

Commit 8ce3724

Browse files
bdougieopen-sauced[bot]
authored andcommitted
chore(minor): release 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2023-06-06) ### πŸ§‘β€πŸ’» Code Refactoring * removed post highlight message passing ([#165](#165)) ([bad2112](bad2112)) ### πŸ• Features * extension settings ([#132](#132)) ([722cbbe](722cbbe)) ### πŸ› Bug Fixes * highlight redirection, multiple AI generation, draft commit messages ([#163](#163)) ([03b91ab](03b91ab)) * post-highlight-page-check ([#164](#164)) ([ed98eb2](ed98eb2)) * remove configuration enabled check from AI button ([#170](#170)) ([cedca79](cedca79))
1 parent e2bb03b commit 8ce3724

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.5.0](https://github.com/open-sauced/ai/compare/v1.4.0...v1.5.0) (2023-06-06)
9+
10+
11+
### πŸ§‘β€πŸ’» Code Refactoring
12+
13+
* removed post highlight message passing ([#165](https://github.com/open-sauced/ai/issues/165)) ([bad2112](https://github.com/open-sauced/ai/commit/bad211295a593f59530999d886ac99cc7f398da2))
14+
15+
16+
### πŸ• Features
17+
18+
* extension settings ([#132](https://github.com/open-sauced/ai/issues/132)) ([722cbbe](https://github.com/open-sauced/ai/commit/722cbbecd1843c088b065e91d363e83f71909e4e))
19+
20+
21+
### πŸ› Bug Fixes
22+
23+
* highlight redirection, multiple AI generation, draft commit messages ([#163](https://github.com/open-sauced/ai/issues/163)) ([03b91ab](https://github.com/open-sauced/ai/commit/03b91ab3b73f37e2c916b3cf6c079f2e4b58879c))
24+
* post-highlight-page-check ([#164](https://github.com/open-sauced/ai/issues/164)) ([ed98eb2](https://github.com/open-sauced/ai/commit/ed98eb2c865819adba1cf4a82716c4834c977d0a))
25+
* remove configuration enabled check from AI button ([#170](https://github.com/open-sauced/ai/issues/170)) ([cedca79](https://github.com/open-sauced/ai/commit/cedca79650f5f2dd9d4196ce6d6048097315f6c9))
26+
827
## [1.5.0-beta.2](https://github.com/open-sauced/ai/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2023-06-06)
928

1029

β€Žmanifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenSauced.ai",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"action": { "default_popup": "index.html" },
66
"content_scripts": [
77
{

β€Žnpm-shrinkwrap.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opensauced-browser-extension",
33
"private": true,
4-
"version": "1.5.0-beta.2",
4+
"version": "1.5.0",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
Β (0)