Skip to content

Commit

Permalink
[chore](release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdinonolte committed Nov 29, 2023
1 parent acb1d2d commit 16b78d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-11-29

### Added

- String helpers (filenamify, capitalize, slugify, camelCase, and pascalCase) for Handlebars templates
Expand Down
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,6 +1,6 @@
{
"name": "@lucasdinonolte/lazy-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "A CLI to automate mundane things",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 16b78d8

Please sign in to comment.