From a56bbd9169b6cc67a98a006033defe58a746166a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Dec 2021 19:38:35 +0000 Subject: [PATCH] chore(release): 0.7.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 12 ++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe587ca..5bf2ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0](https://github.com/MacPaw/symfony-health-check-bundle/compare/v0.6.0...v0.7.0) (2021-12-15) + + +### Features + +* add run phpunit for symfony 6 ([3412343](https://github.com/MacPaw/symfony-health-check-bundle/commit/3412343e48466c7c50b57319eef8d188b7011268)) +* composer validate ([6edce2d](https://github.com/MacPaw/symfony-health-check-bundle/commit/6edce2d4010fc17c5ccd7917fff9efd33f1b5e1c)) +* fix use deprecated dbal connection function ping ([7322e50](https://github.com/MacPaw/symfony-health-check-bundle/commit/7322e50a68fa5dc9ad3d1b245d5c6130ca78c0ef)) +* update phpunit test for new check connection doctrine ([644bdb9](https://github.com/MacPaw/symfony-health-check-bundle/commit/644bdb97d47499631f02ae607750661347631b87)) + ## [0.6.0](https://github.com/MacPaw/symfony-health-check-bundle/compare/v0.5.0...v0.6.0) (2021-11-30) diff --git a/package-lock.json b/package-lock.json index 92ddb3d..1960e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1129,9 +1129,9 @@ "dev": true }, "env-ci": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.4.1.tgz", - "integrity": "sha512-xyuCtyFZLpnW5aH0JstETKTSMwHHQX4m42juzEZzvbUCJX7RiPVlhASKM0f/cJ4vvI/+txMkZ7F5To6dCdPYhg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz", + "integrity": "sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==", "dev": true, "requires": { "execa": "^5.0.0", @@ -5143,9 +5143,9 @@ "dev": true }, "uglify-js": { - "version": "3.14.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.3.tgz", - "integrity": "sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==", + "version": "3.14.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.5.tgz", + "integrity": "sha512-qZukoSxOG0urUTvjc2ERMTcAy+BiFh3weWAkeurLwjrCba73poHmG3E36XEjd/JGukMzwTL7uCxZiAexj8ppvQ==", "dev": true, "optional": true },