From 48287db1a86c587b6d57008eeac455df21d0f079 Mon Sep 17 00:00:00 2001 From: Marten Klitzke Date: Mon, 20 Apr 2026 15:33:32 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 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..37bb2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.3.0](https://github.com/fleetyards/sync/compare/v1.2.6...v1.3.0) (2026-04-20) + + +### Features + +* add store delay notice to Discord release notification ([793eae1](https://github.com/fleetyards/sync/commit/793eae1460d42f934ea6c8e757f11154a4ec6305)) + + +### Bug Fixes + +* **ci:** approve pnpm build scripts for esbuild and spawn-sync ([c726799](https://github.com/fleetyards/sync/commit/c726799e001112470763b39bdec95339ab7a85a3)) +* **ci:** use .npmrc for pnpm build script approval ([f98b65e](https://github.com/fleetyards/sync/commit/f98b65e2c0457195632f99967b6d9a91220d57f1)) + + +### 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 97abcbd..17a66aa 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",