From 17b2215275e59e4b2c51379acd25d3fbec27fe7e Mon Sep 17 00:00:00 2001 From: prin Date: Thu, 4 Jan 2024 20:51:06 +0800 Subject: [PATCH] chore: bump version to 1.0.7 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8027d4d..ee54305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [1.0.7](https://github.com/prinsss/twitter-web-exporter/compare/v1.0.6..v1.0.7) - 2024-01-04 + +### ⛰️ Features + +- Show media type and video duration in table - ([5683d6f](https://github.com/prinsss/twitter-web-exporter/commit/5683d6f244dea2c1742ba76cda0cffdb4be31aa4)) + +### 🐛 Bug Fixes + +- Missing tweets in UserMedia - ([34f5b69](https://github.com/prinsss/twitter-web-exporter/commit/34f5b69b19d935fc477a9bfa8e1a5ec40391d7c9)) + +### 📚 Documentation + +- Update README - ([89bf712](https://github.com/prinsss/twitter-web-exporter/commit/89bf7121c8fde4f4c99fed4348e564bbc94c127c)) +- Add CHANGELOG - ([4b1a8f4](https://github.com/prinsss/twitter-web-exporter/commit/4b1a8f463bca3d16e4fa7814f0a65fe7c8b3341b)) + ## [1.0.6](https://github.com/prinsss/twitter-web-exporter/compare/v1.0.5..v1.0.6) - 2024-01-04 ### ⛰️ Features diff --git a/package.json b/package.json index d1baeee..7732b0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twitter-web-exporter", "description": "Export tweets, bookmarks, lists and much more from Twitter(X) web app.", - "version": "1.0.6", + "version": "1.0.7", "author": "prin ", "license": "MIT", "homepage": "https://github.com/prinsss/twitter-web-exporter",