From 85b4a6f612fb49fa14b083b7ba04262dcd4e8104 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:28:45 +0100 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0599e0..7766910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +# Changelog +## [3.0.1](https://github.com/codesweetly/thank-you-tweet-button-002/compare/v3.0.0...v3.0.1) (2024-01-09) + + +### 🏠 Chores + +* **release-it:** overwrite changelog's default configuration ([f46ce26](https://github.com/codesweetly/thank-you-tweet-button-002/commit/f46ce265195805e4230af9e6998e2602b76c7a9a)) + + +### 🐛 Bug Fix + +* **tweetbutton:** change send text to post ([3976efb](https://github.com/codesweetly/thank-you-tweet-button-002/commit/3976efbc86255ffcab52d2c0e2832228109c529b)) ## [3.0.0](https://github.com/codesweetly/thank-you-tweet-button-002/compare/v2.0.3...v3.0.0) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index ce035a8..977877b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thank-you-tweet-button-002", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thank-you-tweet-button-002", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.4.4", diff --git a/package.json b/package.json index 4b38d3a..c875925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thank-you-tweet-button-002", - "version": "3.0.0", + "version": "3.0.1", "description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.", "homepage": "https://github.com/codesweetly/thank-you-tweet-button-002#readme", "main": "./dist/cjs/TweetButton.js",