From a25c689e10be639a48c8e584ee4e082b19b2762b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 8 Jan 2026 19:41:09 -0500 Subject: [PATCH] queue release --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd467b..15cab68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +### [1.0.0-alpha.11] - 2026-01-09 + +### Changed + +- feat: Improved sorting of `address-autocomplete` options to better highlight flat/parent shell property relationships ([#599](https://github.com/theopensystemslab/map/pull/599)) + ### [1.0.0-alpha.10] - 2025-09-12 ### Changed diff --git a/package.json b/package.json index c5e2a11..fea9f2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "MPL-2.0", "private": false, "repository": {