Skip to content

Commit

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

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.1](https://github.com/allohamora/cli/compare/1.21.0...1.21.1) (2025-01-30)

### Bug Fixes

- add missing \n after imports in eslint.config.mjs ([b26602c](https://github.com/allohamora/cli/commit/b26602ce5d95421fd5c789b25f8715cbade17bc7))

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

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

0 comments on commit 87a15f6

Please sign in to comment.