From 55ac7bf1d90317a46d711ddc11930af591b3687a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 05:14:01 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee0776..37fcefaab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b68e7aab2..a8576d697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## 1.0.0 (2026-03-17) + + +### Features + +* GitHub Project & Repo Standardization (Plan 1) ([11d5599](https://github.com/AzureLocal/azurelocal.github.io/commit/11d5599ae895013f61d05c7a50c353c37d00b266)) +* migrate Azure Local Anywhere docs into Docusaurus site ([1df5264](https://github.com/AzureLocal/azurelocal.github.io/commit/1df5264bc863d4ae97018232d2ef8a63821bcbcf)), closes [#11](https://github.com/AzureLocal/azurelocal.github.io/issues/11) + + +### Bug Fixes + +* format custom.css for Prettier CI check ([252c131](https://github.com/AzureLocal/azurelocal.github.io/commit/252c1312c6e51b9c125d8f207c4e563fc9f8f85f)) +* make Vale non-blocking with continue-on-error during transition ([d3a7f78](https://github.com/AzureLocal/azurelocal.github.io/commit/d3a7f78704b68e63a10e34cfd1e61338d17870ed)) +* scope Vale linting to docs/blog/src, exclude project_management ([33c6aa7](https://github.com/AzureLocal/azurelocal.github.io/commit/33c6aa7ff77b5c335f786076a900d6e0c5e6b923)) +* scope Vale to docs/ directory only, fix vale-action config ([6695f87](https://github.com/AzureLocal/azurelocal.github.io/commit/6695f87b90561967d0f575508da68f13b3a7d268)) +* update footer credit to Hybrid Cloud Solutions ([1b2cba8](https://github.com/AzureLocal/azurelocal.github.io/commit/1b2cba8125299dc6b072afadfe59af9fcd65eac4)) +* update Solution field option IDs after Toolkit option added to Project [#3](https://github.com/AzureLocal/azurelocal.github.io/issues/3) ([8ae4725](https://github.com/AzureLocal/azurelocal.github.io/commit/8ae4725451b7eebbd9d4044804ce9184053fb06a)) + ## [Unreleased] ### Features