From 77961dadf9e20c24407b2370b781cb2f1e963a3e Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Wed, 31 Aug 2022 21:44:09 +0000 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- composer.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e0177..0b2eedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [1.0.2](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.1...v1.0.2) (2022-08-31) + +### Bug Fixes + +* Issue with building release in CI. ([0452e8](https://github.com/jaymeh/conventional-changelog-parser/commit/0452e8852b81a8c15c6be4cd83097e4e1a475f1d)) + + +--- + ## [1.0.1](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.0...v1.0.1) (2022-08-31) ### Bug Fixes diff --git a/composer.json b/composer.json index 5edd799..72a8aad 100644 --- a/composer.json +++ b/composer.json @@ -65,5 +65,5 @@ "bin": [ "changelog-checker" ], - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 59ce92a..69fce2d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5dacb09ff4956c98e5ccbff46fb4a1e3", + "content-hash": "02ae3b688b6ab5938482fbe8e385151a", "packages": [ { "name": "brick/math",