From e1e4a170560925c26d424b6a03aed157e7dcc5c5 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann <sb@sebastian-bergmann.de> Date: Fri, 22 Dec 2023 07:20:34 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 4 ++-- composer.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8960cb1..2c96070 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. -## [1.0.4] - 2023-12-DD +## [1.0.4] - 2023-12-22 ### Changed @@ -34,7 +34,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release -[1.0.4]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.3...1.0 +[1.0.4]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.0...1.0.1 diff --git a/composer.json b/composer.json index e5380e4..3f28786 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues" }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": ">=7.3", "nikic/php-parser": "^4.18 || ^5.0" -- GitLab