Skip to content

Commit

Permalink
chore(release): 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Jan 30, 2025
1 parent cfc0a2f commit 244fe9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.21.0](https://github.com/allohamora/cli/compare/1.20.0...1.21.0) (2025-01-30)

### Features

- add prettier format for eslint config ([d9b8176](https://github.com/allohamora/cli/commit/d9b8176c77c00324ef6b0d8daa25e8c10aae927d))
- move ignores to separate config ([cfc0a2f](https://github.com/allohamora/cli/commit/cfc0a2f264534dd39925f7632a6a3f987c483f93))

## [1.20.0](https://github.com/allohamora/cli/compare/1.19.0...1.20.0) (2024-09-22)

### Features
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": "@allohamora/cli",
"version": "1.20.0",
"version": "1.21.0",
"description": "cli to initialize projects and more",
"input": "./src/index.ts",
"main": "./bin/cli.js",
Expand Down

0 comments on commit 244fe9b

Please sign in to comment.