Skip to content

Commit

Permalink
chore(release): v2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 18, 2023
1 parent 93b23a0 commit 7afbffb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
31 changes: 9 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7afbffb

Please sign in to comment.