Skip to content

Commit

Permalink
chore: bump to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed May 27, 2023
1 parent c72a827 commit 4ea434a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions landing/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 landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing",
"version": "1.1.8",
"version": "1.1.9",
"description": "demo.foo landing",
"main": "index.js",
"private": true,
Expand Down

2 comments on commit 4ea434a

@erasmoh
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we add a changelog file to put the change description from version to version? @UlisesGascon

@UlisesGascon
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, that is a great point. In this case I am "documenting" the changes within the release details, here is an example as it is a web project. For projects that are directly consumed like a library I use a more formal approach, for example check-my-headers.

Please sign in to comment.