Skip to content

Commit

Permalink
Update version, changelog for 0.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Jan 10, 2024
1 parent fd6b455 commit 17e8eef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/vscode-docker-registries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.1.11 - 10 January 2023
### Fixed
* Fixed an issue that prevented loading more than 10 repositories/tags from Docker Hub

## 0.1.10 - 5 December 2023
### Fixed
* Fixed a bug that prevented disconnecting from generic registries with certain special characters in the URL

## 0.1.9 - 5 December 2023
### Fixed
* Fixed Docker Hub sign in URL so that signing in from the CLI works more reliably

## 0.1.8 - 14 November 2023
### Fixed
* Uses Node.js 18 and removes the use of `node-fetch`

## 0.1.7 - 30 October 2023
### Fixed
* Fixed an infinite loop when getting a long list of repositories.
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-docker-registries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-docker-registries",
"author": "Microsoft Corporation",
"version": "0.1.10",
"version": "0.1.11",
"description": "Extensibility model for contributing registry providers to the Docker extension for Visual Studio Code",
"license": "See LICENSE in the project root for license information.",
"repository": {
Expand Down

0 comments on commit 17e8eef

Please sign in to comment.