mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 22:41:30 +02:00
chore: bumped version to v1.11.0
This commit is contained in:
parent
63684afbff
commit
d0c7c872c9
2410
package-lock.json
generated
2410
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -126,7 +126,7 @@ const Sidebar = () => {
|
|||||||
Star
|
Star
|
||||||
</GitHubButton> */}
|
</GitHubButton> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.10.0</div>
|
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.11.0</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -60,7 +60,7 @@ const trackStart = () => {
|
|||||||
event: 'start',
|
event: 'start',
|
||||||
properties: {
|
properties: {
|
||||||
os: platformLib.os.family,
|
os: platformLib.os.family,
|
||||||
version: '1.10.0'
|
version: '1.11.0'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.10.0",
|
"version": "v1.11.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",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/credential-providers": "^3.425.0",
|
"@aws-sdk/credential-providers": "3.525.0",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.10.1",
|
"@usebruno/js": "0.10.1",
|
||||||
"@usebruno/lang": "0.10.0",
|
"@usebruno/lang": "0.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user