From a95b0375c55376ed014df1eacb33e7182917537f Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:43:13 +0100 Subject: [PATCH] chore: release v3.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f980fdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ + + +## [3.0.0](https://github.com/codesweetly/thank-you-tweet-button-003/compare/v2.0.3...v3.0.0) (2024-01-11) + + +### ⚠ BREAKING CHANGES + +* **tweetbutton:** make users to specify the best npm package they have created + +### Features + +* **tweetbutton:** make users to specify the best npm package they have created ([e0656fc](https://github.com/codesweetly/thank-you-tweet-button-003/commit/e0656fc4d707e03362a8a9473aa1e7c3bf9e3fad)) diff --git a/package-lock.json b/package-lock.json index 8e257cb..750f115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thank-you-tweet-button-003", - "version": "2.0.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thank-you-tweet-button-003", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.4", diff --git a/package.json b/package.json index b4a4aa7..8a97129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thank-you-tweet-button-003", - "version": "2.0.3", + "version": "3.0.0", "description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.", "main": "./dist/components/TweetButton.js", "homepage": "https://github.com/codesweetly/thank-you-tweet-button-003#readme",