From 1e7a8f71ef42e3a6b09be1acddb588ecc908ff04 Mon Sep 17 00:00:00 2001 From: Marten Klitzke Date: Thu, 9 Apr 2026 17:48:29 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1f2038..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.6" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be19c0..31d654c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/fleetyards/sync/compare/v1.2.6...v1.3.0) (2026-04-09) + + +### Features + +* add store delay notice to Discord release notification ([793eae1](https://github.com/fleetyards/sync/commit/793eae1460d42f934ea6c8e757f11154a4ec6305)) + + +### Chores + +* **deps-dev:** bump vitest from 4.1.2 to 4.1.4 ([#95](https://github.com/fleetyards/sync/issues/95)) ([cdc3184](https://github.com/fleetyards/sync/commit/cdc3184efd35f54ac291f311c2b7a5cb881d79a6)) +* **deps:** bump actions/checkout from 4 to 6 ([#93](https://github.com/fleetyards/sync/issues/93)) ([8940de8](https://github.com/fleetyards/sync/commit/8940de84a58d66ca42cbf91ff87655740784bb7a)) +* **deps:** bump actions/download-artifact from 7 to 8 ([#92](https://github.com/fleetyards/sync/issues/92)) ([1026f94](https://github.com/fleetyards/sync/commit/1026f94c5601124dc99ab43dbbbb6e8d2fa8d734)) +* **deps:** bump vue from 3.5.31 to 3.5.32 ([#94](https://github.com/fleetyards/sync/issues/94)) ([cafaeb2](https://github.com/fleetyards/sync/commit/cafaeb23c7186480ddb9f4c8799cd8473c9b511f)) + ## [1.2.6](https://github.com/fleetyards/sync/compare/v1.2.5...v1.2.6) (2026-04-07) diff --git a/package.json b/package.json index 35ed7a7..0164bae 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Fleetyards Sync", "description": "Browser Extension for syncing pledge data from https://robertsspaceindustries.com to https://fleetyards.net", "private": true, - "version": "1.2.6", + "version": "1.3.0", "type": "module", "scripts": { "dev": "wxt",