From 77cee0d76d96b2ff98c8ce4b0ca54ab2fda45a7c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 17 May 2023 14:14:31 +0300 Subject: [PATCH] chore(master): release 2.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b585f5b..b7a801e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.2.0](https://github.com/wayofdev/docker-php-dev/compare/v2.1.1...v2.2.0) (2023-05-17) + + +### Features + +* add ssh ([cb46ab3](https://github.com/wayofdev/docker-php-dev/commit/cb46ab3b05670d78d6146f73982231f0b7372607)) +* remove dist contents ([b99a1db](https://github.com/wayofdev/docker-php-dev/commit/b99a1db320927c033172b18d3e7374c229fb4dfe)) +* reusable workflows ([50cdecc](https://github.com/wayofdev/docker-php-dev/commit/50cdecc7c204665efe7fa2051018c1ee3f0b033f)) + + +### Bug Fixes + +* registry cache importer requires ref ([51cd99c](https://github.com/wayofdev/docker-php-dev/commit/51cd99c0f3225088ba180a5c140302968639902c)) +* registry cache importer requires ref ([44f5ecb](https://github.com/wayofdev/docker-php-dev/commit/44f5ecb0486df2000b24d9e197ac97ca27cc3911)) +* remove job name ([9b554ab](https://github.com/wayofdev/docker-php-dev/commit/9b554abec27032abca7718f7952a05b386ccd075)) + ## [2.1.1](https://github.com/wayofdev/docker-php-dev/compare/v2.1.0...v2.1.1) (2022-11-25) diff --git a/package.json b/package.json index ccb861c..cd0f725 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.2.0", "repository": { "url": "https://github.com/wayofdev/docker-php-dev.git" }