From 1d64293a5c157df73343d660ed33c9b4bc35f9de Mon Sep 17 00:00:00 2001 From: Larry W Date: Mon, 28 Aug 2023 09:38:17 -0400 Subject: [PATCH] chore: add CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5f6f181 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + + +## v1.2.0...main + +[compare changes](https://github.com/L422Y/AutoPostBot/compare/v1.2.0...main) + +### 🏡 Chore + +- Separate electron and ts-node start scripts ([55062fc](https://github.com/L422Y/AutoPostBot/commit/55062fc)) + +### ❤️ Contributors + +- Larry W ([@L422Y](http://github.com/L422Y)) diff --git a/README.md b/README.md index 436ef4c..83ce179 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,10 @@ Post content to Twitter using the Twitter API v2. You will need to set up a Twit Post content to Twitter using Puppeteer. This plugin will open a browser window and log in to Twitter using your username and password. It will then Post the content and close the browser window. This plugin is not recommended for use in production, as it is not very reliable and may be detected by Twitter as a bot. Use at your own risk. +## 📝 Changelog + +See [CHANGELOG.md](CHANGELOG.md) for more information. + ## 🤝 Contributing Contributions are always welcome! Please follow these steps: 1. Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.