From 970414dfc90d91440754ed825747d29be673bb46 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 12 May 2026 12:00:37 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15cab68..23780ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ 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.12] - 2026-05-12 + +### Added +- feat: Added composite draw-mode map + geocode autocomplete search option for positioning the viewport via `showOSSearch` prop ([#618](https://github.com/theopensystemslab/map/pull/618)) + +### Changed +- docs: Migrated from Pitsby to Storybook ([#617](https://github.com/theopensystemslab/map/pull/617)) + ### [1.0.0-alpha.11] - 2026-01-09 ### Changed diff --git a/package.json b/package.json index 8f7630b..eb6d079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "license": "MPL-2.0", "private": false, "repository": {