diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d0599e0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ + + +## [3.0.0](https://github.com/codesweetly/thank-you-tweet-button-002/compare/v2.0.3...v3.0.0) (2024-01-09) + + +### ⚠ 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 ([a44fe3a](https://github.com/codesweetly/thank-you-tweet-button-002/commit/a44fe3a006b4283b17a06f619e063c0cf5ee704d)) diff --git a/package-lock.json b/package-lock.json index 94fee10..ce035a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thank-you-tweet-button-002", - "version": "2.0.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thank-you-tweet-button-002", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.4.4", diff --git a/package.json b/package.json index 274f692..4b38d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thank-you-tweet-button-002", - "version": "2.0.3", + "version": "3.0.0", "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",