Skip to content

Commit 2c38e25

Browse files
committed
chore: release v1.1.1
1 parent 4d339df commit 2c38e25

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
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.
55

6+
## v1.1.1
7+
8+
[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.1.0...v1.1.1)
9+
10+
### 🩹 Fixes
11+
12+
- Fix bug to ignore auto spell checking for staged deleted files ([4d339df](https://github.com/mohammadGh/my-typescript-library-starter/commit/4d339df))
13+
14+
### ❤️ Contributors
15+
16+
- Mgh <m.ghoreshi@gmail.com>
17+
618
## v1.1.0
719

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-typescript-library-starter",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"packageManager": "pnpm@8.15.3",
66
"description": "A boilerplate for starting a TypeScript library, equipped with Vitest + ESLint + Commitizen + Husky + Release-it and generating beautiful change-log with Changelogen",
77
"author": "mgh <m.ghoreshi@gmail.com>",

0 commit comments

Comments
 (0)