We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ea7e2 commit ddda72fCopy full SHA for ddda72f
2 files changed
.gitattributes
@@ -10,5 +10,5 @@
10
/composer.lock export-ignore
11
/phpcs.xml.dist export-ignore
12
/phpunit.xml.dist export-ignore
13
-/test export-ignore
+/tests export-ignore
14
/docs export-ignore
CHANGELOG.md
@@ -2,6 +2,26 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 1.0.1 - 2019-10-16
6
+
7
+### Added
8
+- Nothing
9
+### Changed
+- Rename instances where test folder is referenced to tests
+### Deprecated
15
16
+### Fixed
17
18
19
+### Removed
20
21
22
+### Security
23
24
25
## 1.0.0 - 2019-10-13
26
27
### Added
0 commit comments