Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Hashnode blog generation added
Overview This commit updates the Hashnode blog generator to use a newer version and improves the metadata associated with the generated posts. File wise changes made .github/workflows/commit-blog-generator.yml The name of the job has been changed fr...

Commit blog generator update
Overview The commit-blog-generator workflow is updated from version 0.33 to 0.34. File wise changes made .github/workflows/commit-blog-generator.yml Updated the commit-blog-generator action to version v0.34. Summary The commit appears to update the...
Added React dependency
Overview Upgraded express from version ^4.18.2 to ^4.18.2. Added react as a dependency with version ^18.2.0. File wise changes made package-lock.json react dependency added with version ^18.2.0 js-tokens dependency added with version 4.0.0 loose-e...
Added React dependency
Overview Express version was bumped. React was added as a dependency. A few more modules were added as dependencies, js-tokens, loose-envify, and react. File wise changes made package-lock.json Added react version "^18.2.0" as dependency. Added js...
Tags array single quotes replaced with double quotes
Overview The tags key in the .github/workflows/commit-blog-generator.yml file was modified to use a different syntax. File wise changes made .github/workflows/commit-blog-generator.yml Updated the blog-domain to 'srajan12.hashnode.dev' from the pr...