Skip to content

Commit

Permalink
chore: prepare release 2.0.1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblottiere committed Dec 21, 2023
1 parent c8fc3cc commit 8806873
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2023-12-21

### Fixed

- detect package manager from first step (in multisteps dockerfiles)

## [2.0.0] - 2023-12-05

### Changed

- support any image name: auto detect package manager
- upgrade node runtime to 20.x

## [1.0.1] - 2022-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-dependency-updater",
"version": "1.0.1",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "",
"main": "lib/main.js",
Expand Down

0 comments on commit 8806873

Please sign in to comment.