From c12d986cdd1cacfb15559ffe70573e9e8dde36d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:41:12 +0000 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ccc4b03 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2021-03-10) + + +### Features + +* Add config, workflows, tools and README ([f4a073d](https://www.github.com/flagbit/config-commitlint/commit/f4a073d3d5362795ae112429bfa009f40267b7d8)) + + +### Bug Fixes + +* Add local config to set issuePrefixes ([1e8cd08](https://www.github.com/flagbit/config-commitlint/commit/1e8cd08281c5a44075d8edb418d1da470c0fb041)) +* Set correct indentation in rules ([766d48a](https://www.github.com/flagbit/config-commitlint/commit/766d48af9615aad3436be006b7d0de9379f9b0ef)) diff --git a/package.json b/package.json index 78a3bab..91e468e 100644 --- a/package.json +++ b/package.json @@ -6,4 +6,4 @@ "dependencies": { "@commitlint/config-conventional": "^12.0.1" } -} \ No newline at end of file +}