From 3898d44755fd798630cf382cd7925fff08dfd318 Mon Sep 17 00:00:00 2001 From: hadnet Date: Wed, 16 Aug 2023 12:22:11 -0300 Subject: [PATCH] Release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6feb210..591995a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.1.1](https://github.com/hadnet/tweet-for-dev/compare/1.1.0...1.1.1) (2023-08-16) + + +### Bug Fixes + +* system appearance responsivness ([605664d](https://github.com/hadnet/tweet-for-dev/commit/605664d14b9d9b32709266dff468f08164536a78)) + # [1.1.0](https://github.com/hadnet/tweet-for-dev/compare/1.0.1...1.1.0) (2023-04-09) diff --git a/package.json b/package.json index 759565b..8ac1aa6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweet-for-dev", - "version": "1.1.0", + "version": "1.1.1", "description": "A Chrome extension that enhances tweets by adding code syntax highlighting, ChatGPT to explain it, and enabling markdown formatting.", "license": "MIT", "repository": {