aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-08-22 01:02:24 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-08-22 01:02:24 +0200
commita346175d242bd594443fd1911018344452d5d35d (patch)
tree00e716ecf506b55ff899d88f311eb4880a0250f0
parent6f93cba3dad3bff0e727e4edf78f830311c0c3da (diff)
downloadit-tools-a346175d242bd594443fd1911018344452d5d35d.tar.gz
it-tools-a346175d242bd594443fd1911018344452d5d35d.tar.zst
it-tools-a346175d242bd594443fd1911018344452d5d35d.zip
docs(changelog): update changelog for 2023.08.21-6f93cba
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 640cc6f..525f6ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## Version 2023.08.21-6f93cba
+
+### Features
+- **copy**: support legacy copy to clipboard for older browser (#581) (6f93cba)
+- **new tool**: string obfuscator (#575) (c58d6e3)
+
+### Bug fixes
+- **deps**: update dependency sql-formatter to v12 (#520) (2bcb77a)
+
+### Chores
+- **deps**: switched to fucking typescript v5 (#501) (76b2761)
+- **deps**: update dependency @antfu/eslint-config to ^0.40.0 (#552) (6ff9a01)
+- **deps**: update dependency prettier to v3 (#564) (a2b9b15)
+- **deps**: removed @typescript-eslint/parser (#563) (144f86e)
+- **deps**: removed ts-pattern (#565) (0f1f659)
+
## Version 2023.08.16-9bd4ad4
### Features