Skip to content

Commit f307bc5

Browse files
committed
chore: release v1.0.6
1 parent 708a86b commit f307bc5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0.6
7+
8+
[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.0.5...v1.0.6)
9+
10+
### 🚀 Enhancements
11+
12+
- Use release-it-beautiful-changelog plugin to generate changelog ([6a745d9](https://github.com/mohammadGh/my-typescript-library-starter/commit/6a745d9))
13+
14+
### 🩹 Fixes
15+
16+
- **build:** Changelog version tilte fixed ([cadf929](https://github.com/mohammadGh/my-typescript-library-starter/commit/cadf929))
17+
- **changelog:** Cleaning up the mess from old version changes ([708a86b](https://github.com/mohammadGh/my-typescript-library-starter/commit/708a86b))
18+
19+
### ❤️ Contributors
20+
21+
22+
623
## v1.0.5
724

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

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.5",
4+
"version": "1.0.6",
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)