Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.13) (#76)
Browse files Browse the repository at this point in the history
* start work for preview release

* release: updated version to v1.0.0-preview.13

* release: create release notes for version v1.0.0-preview.13

* release: improve release notes for version v1.0.0-preview.13
  • Loading branch information
CalvinWilkinson authored May 21, 2024
1 parent 64d1b6d commit cdaf07e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
kd_clients Preview Release Notes - v1.0.0-preview.13
</h1>

<h2 align="center" style="font-weight: bold;">Quick Reminder</h2>

<div align="center">

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼
</div>

<h2 align="center" style="font-weight: bold;">Bug Fixes 🐛</h2>

1. [#74](https://github.com/KinsonDigital/kd_clients/issues/74) - Fixed a bug with getting issues when filtering with labels.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.0.0-preview.12",
"version": "v1.0.0-preview.13",
"tasks": {
"check": "powershell cls && deno run -A ./.github/cicd/scripts/deno-check.ts",
"test": "powershell cls && deno test -A ./tests/*Tests.ts",
Expand Down

0 comments on commit cdaf07e

Please sign in to comment.