Skip to content

Commit 6976c42

Browse files
committed
chore: release v1.1.0
1 parent 1b487c5 commit 6976c42

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.0
7+
8+
[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.0.6...v1.1.0)
9+
10+
### 🚀 Enhancements
11+
12+
- **git:** Only allow release on main branch ([58b3bfa](https://github.com/mohammadGh/my-typescript-library-starter/commit/58b3bfa))
13+
- Use CSpell for spell checking staged files and commit messages ([55dc2ea](https://github.com/mohammadGh/my-typescript-library-starter/commit/55dc2ea))
14+
15+
### 🩹 Fixes
16+
17+
- **github:** Fix prefix v for version for tagAnnotation and releaseName ([858fce6](https://github.com/mohammadGh/my-typescript-library-starter/commit/858fce6))
18+
19+
### 📖 Documentation
20+
21+
- **readme:** Add CSpell section and how to configure auto spell checker ([3b06b05](https://github.com/mohammadGh/my-typescript-library-starter/commit/3b06b05))
22+
- **readme:** Fix typo ([58c676b](https://github.com/mohammadGh/my-typescript-library-starter/commit/58c676b))
23+
- Fix typo ([1b487c5](https://github.com/mohammadGh/my-typescript-library-starter/commit/1b487c5))
24+
25+
### 🏡 Chore
26+
27+
- **dependencies:** Update dependencies ([e1e1bab](https://github.com/mohammadGh/my-typescript-library-starter/commit/e1e1bab))
28+
29+
### ❤️ Contributors
30+
31+
32+
633
## v1.0.6
734

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

package.json

+1-1
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.0.6",
4+
"version": "1.1.0",
55
"packageManager": "[email protected]",
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 <[email protected]>",

0 commit comments

Comments
 (0)