Skip to content

Commit

Permalink
Update version and changelog for release (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 30, 2023
1 parent 2bfdfef commit 5a05e1e
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

8 changes: 8 additions & 0 deletions packages/vscode-docker-registries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.7 - 30 October 2023
### Fixed
* Fixed an infinite loop when getting a long list of repositories.

## 0.1.6 - 24 October 2023
### Added
* A method for getting the manifest of an image was added to `RegistryV2DataProvider`

## 0.1.1 to 0.1.5 - 13 October 2023
### Fixed
* Minor changes only
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.6",
"version": "0.1.7",
"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 5a05e1e

Please sign in to comment.