From 3402dea714ab4918725cb25abf1b4f720517bfd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Aug 2026 22:01:53 +0000 Subject: [PATCH] chore: release v1.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999872b..88ed2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.4.0](https://github.com/TeamCoderz/WordyMe/compare/v1.3.1...v1.4.0) (2026-08-21) + +### Features + +- **sidebar:** colored folder icons, opt-in via preferences ([#124](https://github.com/TeamCoderz/WordyMe/issues/124)) ([c62e83a](https://github.com/TeamCoderz/WordyMe/commit/c62e83a412ce500040fb71e275a3c7c2c3d5c064)) + +### Bug Fixes + +- **editor:** reliable unsaved-changes tracking and save feedback ([#125](https://github.com/TeamCoderz/WordyMe/issues/125)) ([7ba186e](https://github.com/TeamCoderz/WordyMe/commit/7ba186e505e05672ff0d2cad3640ee4c597df38c)) + ## [1.3.1](https://github.com/TeamCoderz/WordyMe/compare/v1.3.0...v1.3.1) (2026-08-20) ### Bug Fixes diff --git a/package.json b/package.json index 7d914e7..0b2da9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oss", "private": true, - "version": "1.3.1", + "version": "1.4.0", "scripts": { "build": "turbo run build", "dev": "turbo run dev",