From 7afbffb9e5a0158c51e746f25cc3e3fce4cef52c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 18 Mar 2023 16:20:13 +0000 Subject: [PATCH] chore(release): v2.2.2 [skip ci] --- CHANGELOG.md | 31 +++++++++---------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559d67a..2093103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.2](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v2.2.1...v2.2.2) (2023-03-18) + + +### Bug Fixes + +* icon search prompt message ([#57](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/57)) ([93b23a0](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/93b23a06d588fec69b00377b7ed147f51a16cd8f)) + + + ## [2.2.1](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v2.2.0...v2.2.1) (2023-03-18) @@ -35,25 +44,3 @@ -# [2.0.0](https://github.com/Pradumnasaraf/LinkFree-CLI/compare/v1.4.2...v2.0.0) (2023-02-23) - - -### Bug Fixes - -* remove blank keys from JSON ([#34](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/34)) ([45ce7b6](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/45ce7b680e3b07168706914fb9703d63cd87590f)) - - -### Features - -* Add bug report from CLI ([#35](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/35)) ([486325c](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/486325c67b48dc1ce0f5cebc419258ea55034e26)) -* add events support - main prompt ([#30](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/30)) ([4311d58](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/4311d58e8f29f9bb9c292248f891f92b5f5f9592)) -* Add optional key in Milestone ([#33](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/33)) ([a849b47](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/a849b47e9bcb2b54a8505fe01ee6a380ac35ee43)) -* Add optional keys to Events ([#32](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/32)) ([e217884](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/e21788400f5cdbf7f15edcf5852ccc2ae30b8939)) -* Add support for milestones, socials, and tags ([#26](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/26)) ([2656aaf](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/2656aaf62e208f72dbd9d668c2b6bda3dd07c528)) -* Add support for testimonials - main prompt ([#29](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/29)) ([67d6324](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/67d6324d7bb8b3fcb6141e5b200c013df2a7b48e)) -* add update, create and testimonial feature ([#24](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/24)) ([22f2e28](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/22f2e28a103f64e8fd6e8ccb47850e9e7d5c818e)) -* break cli working into dir ([c35e1b6](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/c35e1b6c8483ae3b0782310d7ba694976d6bdfa6)) -* created remove and update functions for all keys ([#27](https://github.com/Pradumnasaraf/LinkFree-CLI/issues/27)) ([f5a7b4d](https://github.com/Pradumnasaraf/LinkFree-CLI/commit/f5a7b4d3562f372ddcd7ecc3a26d47c0e3d1868d)) - - - diff --git a/package-lock.json b/package-lock.json index 1b0fcc2..da5e105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linkfree-cli", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f1a9631..2da9b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfree-cli", - "version": "2.2.1", + "version": "2.2.2", "description": "Create LinkFree profile.json file though CLI", "main": "src/index.js", "bin": "src/index.js",