From eef109d5a354998980361d671b508ac075f2231a Mon Sep 17 00:00:00 2001 From: Nick Milton Date: Tue, 10 Dec 2019 10:26:16 -0500 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf573eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2019-12-10) + + +### Features + +* add updater ([1da912d](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/1da912d80bc2131f98deafac0a15b66cee786b1f)) + + +### Build System + +* **npm:** add commitizen ([d44b059](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/d44b059f1d56c0b21f93983665fbea438791bce3)) +* **npm:** add eslint ([0061c59](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/0061c596fb8287eaa88a3546818e3ef822178816)) +* **npm:** add husky git hooks ([aece587](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/aece5876a0c6323184c48175cda42e7bfbace75f)) +* **npm:** add standard-version ([4d8a7ef](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/4d8a7ef17878d881492b8aa74622d6b5a26540ba)) + + +### Documentation + +* **general:** add badges ([2acfc08](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/2acfc0868f9e9797272cd348f0655095ccbf517c)) +* **general:** add basic usage docs ([3b43de8](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/3b43de8fd73b4e2cc60bebf4fcc8ca294dc2a443)) +* **general:** add git docs ([2b76405](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/2b76405bf6cdaa32330a464a2ac58e738a3a7cd6)) +* **general:** add yaml example ([97d2035](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/97d2035b9ad834bacf7be130094f1180857ca688))