Skip to content

Commit

Permalink
chore: bumped version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Dec 17, 2023
1 parent e3865d4 commit 66f917e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 35 deletions.
84 changes: 54 additions & 30 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 packages/bruno-app/src/components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Sidebar = () => {
Star
</GitHubButton> */}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.4.0</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.5.0</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-app/src/providers/App/useTelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const trackStart = () => {
event: 'start',
properties: {
os: platformLib.os.family,
version: '1.4.0'
version: '1.5.0'
}
});
};
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.2.2",
"version": "1.3.0",
"license": "MIT",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.4.0",
"version": "v1.5.0",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const lastOpenedCollections = new LastOpenedCollections();
const contentSecurityPolicy = [
"default-src 'self'",
"script-src * 'unsafe-inline' 'unsafe-eval'",
"connect-src 'self' api.github.com app.posthog.com",
"connect-src * 'unsafe-inline'",
"font-src 'self' https:",
"form-action 'none'",
"img-src 'self' blob: data: https:",
Expand Down

0 comments on commit 66f917e

Please sign in to comment.