From 946adf502e0bd0cc79c791426c1097d4c2926822 Mon Sep 17 00:00:00 2001 From: Arianit Sheholli <103267976+Ar1anit@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:58:28 +0200 Subject: [PATCH] chore(main): release 3.4.17 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ee2c0..a1e7e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.4.17](https://github.com/Smart-Apply/smart-apply/compare/v3.4.16...v3.4.17) (2026-06-01) + + +### Bug Fixes + +* **applications:** reflect bulk status changes immediately and drop summary cards ([#543](https://github.com/Smart-Apply/smart-apply/issues/543)) ([b988c06](https://github.com/Smart-Apply/smart-apply/commit/b988c06157babf300c46577ebce70c5a83365eaa)) + ## [3.4.16](https://github.com/Smart-Apply/smart-apply/compare/v3.4.15...v3.4.16) (2026-05-31) diff --git a/package.json b/package.json index b12ad74..3d6a097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-apply", - "version": "3.4.16", + "version": "3.4.17", "description": "Smart Apply MVP - AI-powered job application assistant (Monorepo)", "author": "Smart Apply Team", "private": true,