From 8786b64acf1ad43d0842c79b7a8dfe74d06edebb Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Tue, 27 Sep 2022 20:15:37 -0400 Subject: [PATCH] chore: version bump --- dist/changelog.md | 24 ++++++++++++++++++++++++ dist/releasetag.txt | 1 + dist/version.txt | 1 + 3 files changed, 26 insertions(+) create mode 100644 dist/changelog.md create mode 100644 dist/releasetag.txt create mode 100644 dist/version.txt diff --git a/dist/changelog.md b/dist/changelog.md new file mode 100644 index 0000000..752026a --- /dev/null +++ b/dist/changelog.md @@ -0,0 +1,24 @@ + +### 0.0.98 (2022-09-28) + + +### Features + +* add examples and full functionality to the readme ([abc3ac3](https://github.com/aws-github-ops/github-merit-badger/commit/abc3ac30f34ca034866b7a36cda501b8913cea30)) +* add title-prefixes property ([bea11af](https://github.com/aws-github-ops/github-merit-badger/commit/bea11af70fe5e46595ba2ccc0613b72bb0f9593d)) +* add title-prefixes property ([52e414e](https://github.com/aws-github-ops/github-merit-badger/commit/52e414e98f102c6f63232f204b25a4b1971c0b67)) +* add title-prefixes property ([d10190b](https://github.com/aws-github-ops/github-merit-badger/commit/d10190b1040f994c8c0666042250803ca2e131a2)) +* filter for merged PRs only ([1b54a3a](https://github.com/aws-github-ops/github-merit-badger/commit/1b54a3a5d8ddeec4aeb7d4194dcbd861fdc8e65e)) +* implement days parameter ([cfa98b2](https://github.com/aws-github-ops/github-merit-badger/commit/cfa98b2551736d630451e49d69177decb741051f)) +* implement leaderboard badger ([2f6384b](https://github.com/aws-github-ops/github-merit-badger/commit/2f6384b0a6cff92551ee817531b4be314788983b)) +* no comment if badgeDescription not set ([ae6e505](https://github.com/aws-github-ops/github-merit-badger/commit/ae6e505c3d6ce742c12fed989bab222035c0eecf)) +* update how we filter for time ([f133125](https://github.com/aws-github-ops/github-merit-badger/commit/f13312514c1b826a6c960ceebeb7acb0c13a7b41)) +* update readme ([a8577b0](https://github.com/aws-github-ops/github-merit-badger/commit/a8577b08b54e69f71a1982029cb02fcf9ac50fd3)) + + +### Bug Fixes + +* add state=closed ([b862566](https://github.com/aws-github-ops/github-merit-badger/commit/b8625668390d3b0e0af2fc92d75a7a763314bd6c)) +* off-by-1 error when determining badge ([ed0ec59](https://github.com/aws-github-ops/github-merit-badger/commit/ed0ec59bb181541731d047185597efafa730ccf2)) +* prefixes can never be undefined ([83aba32](https://github.com/aws-github-ops/github-merit-badger/commit/83aba32958897b048b8797993ef217ef62eca406)) +* projen LICENSE generation ([fa9fede](https://github.com/aws-github-ops/github-merit-badger/commit/fa9fede4e1bec568ccb507e5e60188c778081e04)) diff --git a/dist/releasetag.txt b/dist/releasetag.txt new file mode 100644 index 0000000..8342753 --- /dev/null +++ b/dist/releasetag.txt @@ -0,0 +1 @@ +v0.0.98 \ No newline at end of file diff --git a/dist/version.txt b/dist/version.txt new file mode 100644 index 0000000..7f39120 --- /dev/null +++ b/dist/version.txt @@ -0,0 +1 @@ +0.0.98 \ No newline at end of file