Skip to content

Commit

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

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

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

* release: improve release notes for version v1.0.0-preview.11
  • Loading branch information
CalvinWilkinson authored May 15, 2024
1 parent 25a9479 commit cbd90be
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
kd_clients Preview Release Notes - v1.0.0-preview.11
</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;">New Features ✨</h2>

1. [#65](https://github.com/KinsonDigital/kd_clients/issues/65) - Added the following functions to the `ReleaseClient`:
- Added the function named `assetExists` to check if a single release asset exists.
- Added the function named `deleteAsset` to delete a single asset from a release.
- Added the function named `uploadAsset` to upload a single asset to a release.

<h2 align="center" style="font-weight: bold;">Breaking Changes 🧨</h2>

1. [#65](https://github.com/KinsonDigital/kd_clients/issues/65) - Introduced the following breaking changes:
- Changed the parameter type for the `uploadAssetsByReleaseName` function `filePaths` from `string | string[]` to `string[]`.
- Changed the parameter type for the `uploadAssetsByReleaseTag` function `filePaths` from `string | string[]` to `string[]`.

<h2 align="center" style="font-weight: bold;">Other 🪧</h2>

1. [#63](https://github.com/KinsonDigital/kd_clients/issues/63) - Improved release process.
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.10",
"version": "v1.0.0-preview.11",
"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 cbd90be

Please sign in to comment.