release: v1.26.0

This commit is contained in:
Anoop M D 2024-08-21 18:46:55 +05:30
parent 753a576c3c
commit e31c552dee
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const JsSandboxModeModal = ({ collection, onClose }) => {
JavaScript code has access to the filesystem, can execute system commands and access sensitive information. JavaScript code has access to the filesystem, can execute system commands and access sensitive information.
</p> </p>
<small className='text-muted mt-6'> <small className='text-muted mt-6'>
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github. * SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
</small> </small>
</div> </div>
</StyledWrapper> </StyledWrapper>

View File

@ -76,7 +76,7 @@ const SecuritySettings = ({ collection }) => {
Save Save
</button> </button>
<small className='text-muted mt-6'> <small className='text-muted mt-6'>
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github. * SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
</small> </small>
</div> </div>
</StyledWrapper> </StyledWrapper>

View File

@ -129,7 +129,7 @@ const Sidebar = () => {
Star Star
</GitHubButton> */} </GitHubButton> */}
</div> </div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.25.0</div> <div className="flex flex-grow items-center justify-end text-xs mr-2">v1.26.0</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
{ {
"version": "v1.25.0", "version": "v1.26.0",
"name": "bruno", "name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs", "description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com", "homepage": "https://www.usebruno.com",