Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mokkabonna committed Feb 20, 2022
1 parent 32c271c commit d46752f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "inquirer-autocomplete-prompt",
"description": "Autocomplete prompt for inquirer",
"version": "1.4.0",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js"
Expand Down

7 comments on commit d46752f

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mokkabonna you missed the tag 😛

@mokkabonna
Copy link
Owner Author

@mokkabonna mokkabonna commented on d46752f Feb 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I specifically tried to make a mental note to remember to push. Note not found.

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, you should use GitHub releases and it'll be automatically created for you plus the consumers will be able to see a changelog assuming you add one :)

@mokkabonna
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah probably better, just used to npm version major

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I also use that, so it's just a matter of pushing it. Either way, GH releases is better for end users to see the changes too, but at least there are tags.

@ayan4m1
Copy link

@ayan4m1 ayan4m1 commented on d46752f May 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would appreciate a changelog of some sort to be able to review changes easily when upgrading this package. Thanks for the effort!

@astorije
Copy link

@astorije astorije commented on d46752f Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mokkabonna! Do you have any update on a changelog? It's not clear to me what are the v1 to v2 breaking changes without having to read commits and source code. Thank you!

Please sign in to comment.