From eb49933ba04c59b6dae52c4f28754a6df6cd28c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:10:19 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f646414..843a063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/Route-Sim/frontend/compare/v1.0.0...v1.1.0) (2026-01-16) + + +### Features + +* **tests:** add Vitest setup documentation and implement MemoryStorage for test environment ([48691f5](https://github.com/Route-Sim/frontend/commit/48691f589c0e23dedefa31650aef499417f0175b)) + ## 1.0.0 (2026-01-04) diff --git a/package.json b/package.json index 75cdf58..199412f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VISTA", - "version": "1.0.0", + "version": "1.1.0", "private": true, "type": "module", "scripts": {