diff --git a/CHANGELOG.md b/CHANGELOG.md index 4310db9..559d67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v2.2.0...v2.2.1) (2023-03-18) + + +### Bug Fixes + +* auto icon structuring and accessibility ([#56](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/56)) ([b7916f1](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/b7916f1367bd5100379925da4a98ef6934078c76)) + + + # [2.2.0](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v2.1.0...v2.2.0) (2023-03-18) @@ -48,12 +57,3 @@ -## [1.4.2](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v1.4.1...v1.4.2) (2023-02-15) - - -### Bug Fixes - -* remove the displaystats function ([#17](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/17)) ([d80c327](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/d80c327ebc654b7267ffa587b88e54d7d4b049ed)) - - - diff --git a/package-lock.json b/package-lock.json index 80df767..1b0fcc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linkfree-cli", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { @@ -450,4 +450,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 41a526a..f1a9631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfree-cli", - "version": "2.2.0", + "version": "2.2.1", "description": "Create LinkFree profile.json file though CLI", "main": "src/index.js", "bin": "src/index.js", @@ -39,4 +39,4 @@ "bugs": { "url": "https://github.com/Pradumnasaraf/LinkFRee-CLI.git/issues" } -} +} \ No newline at end of file