Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading