Skip to content

Commit

Permalink
chore(release): v0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 12, 2024
1 parent beb2431 commit 58e7899
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.6.0](https://github.com/crowbait/restless-vscode/compare/v0.5.0...v0.6.0) (2024-12-12)


### Bug Fixes

* proper display of "no headers" ([7467de1](https://github.com/crowbait/restless-vscode/commit/7467de1d1fb3b7c1b44c1e1ca3288dd71c975847))
* timing ([5670561](https://github.com/crowbait/restless-vscode/commit/56705610d713fda2a79b8760880b8e5108529431))


### Features

* cache busting ([beb2431](https://github.com/crowbait/restless-vscode/commit/beb24319d2d67e7dc994284da01e438429a6f12b))
* duplicate call (context action) ([6ec483f](https://github.com/crowbait/restless-vscode/commit/6ec483f8878ab0c7ddac47f7515c2ba71b077da9))



# [0.5.0](https://github.com/crowbait/restless-vscode/compare/v0.4.0...v0.5.0) (2024-12-09)


Expand Down Expand Up @@ -40,12 +56,3 @@



## [0.0.1](https://github.com/crowbait/restless-vscode/compare/v1.1.0...v0.0.1) (2024-11-20)


### Bug Fixes

* bundling ([7e81354](https://github.com/crowbait/restless-vscode/commit/7e81354721dc57b46d191a96c9b5576aa6e00a8a))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "RESTless - HTTP / REST Client",
"description": "Integrated, flexible HTTP & REST client",
"icon": "ressources/icon.png",
"version": "0.5.0",
"version": "0.6.0",
"engines": {
"vscode": "^1.95.0"
},
Expand Down

0 comments on commit 58e7899

Please sign in to comment.