From 6289cc5dcb89dac1724bea820814bdbcd2cc890d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Postiga?= Date: Sat, 22 Aug 2020 16:10:47 +0100 Subject: [PATCH] chore: fix typo --- .gitattributes | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cd52004..0e14c30 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.git export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /phpunit.xml export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f847a..dce0ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ All notable changes to this repository will be documented in this file. - N/A +## 1.0.2 - 2020-08-22 + +### Changed + +- Fix typo on `.gitattributes` file + ## 1.0.1 - 2020-08-22 ### Changed