Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadGh committed Apr 23, 2024
1 parent 4d339df commit 2c38e25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

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

## v1.1.1

[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.1.0...v1.1.1)

### 🩹 Fixes

- Fix bug to ignore auto spell checking for staged deleted files ([4d339df](https://github.com/mohammadGh/my-typescript-library-starter/commit/4d339df))

### ❤️ Contributors

- Mgh <m.ghoreshi@gmail.com>

## v1.1.0

[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.0.6...v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-typescript-library-starter",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"packageManager": "pnpm@8.15.3",
"description": "A boilerplate for starting a TypeScript library, equipped with Vitest + ESLint + Commitizen + Husky + Release-it and generating beautiful change-log with Changelogen",
"author": "mgh <m.ghoreshi@gmail.com>",
Expand Down

0 comments on commit 2c38e25

Please sign in to comment.