diff --git a/deno.json b/deno.json index b8025b07..dfae6324 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "version": "v17.0.0", + "version": "v17.1.0", "tasks": { "check": "deno check ./**/*.ts", "lint": "deno lint ./**/*.ts", diff --git a/release-notes/production-releases/Release-Notes-v17.1.0.md b/release-notes/production-releases/Release-Notes-v17.1.0.md new file mode 100644 index 00000000..fd18dee1 --- /dev/null +++ b/release-notes/production-releases/Release-Notes-v17.1.0.md @@ -0,0 +1,9 @@ +

+Infrastructure Production Release Notes - v17.1.0 +

+ + +

Features ✨

+ +1. [#284](https://github.com/KinsonDigital/Infrastructure/issues/284) - Add new workflow input to the `dotnet-lib-release.yml` workflow that is used to enable or disable the build of the project when performing a release. + - This is to give users the ability to perform the build themselves instead of letting the reusable workflow do the build.