Skip to content

Commit 58108c0

Browse files
committed
chore: release v1.0.5
1 parent d35ee30 commit 58108c0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
## 1.0.4...main
7+
8+
[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/1.0.4...main)
9+
10+
### 🚀 Enhancements
11+
12+
- **build:** Relase-it tag name configured to prefix `v` ([c382d62](https://github.com/mohammadGh/my-typescript-library-starter/commit/c382d62))
13+
- **build:** Add release to github ([d35ee30](https://github.com/mohammadGh/my-typescript-library-starter/commit/d35ee30))
14+
15+
### 🩹 Fixes
16+
17+
- **build:** Exclude root config files from coverage ([ed88519](https://github.com/mohammadGh/my-typescript-library-starter/commit/ed88519))
18+
19+
### 💅 Refactors
20+
21+
- **build:** Use es module export for commitlint config ([c5fe096](https://github.com/mohammadGh/my-typescript-library-starter/commit/c5fe096))
22+
23+
### 📖 Documentation
24+
25+
- **changelog:** Add title and short desc for changelog.md file ([ada7a71](https://github.com/mohammadGh/my-typescript-library-starter/commit/ada7a71))
26+
- **readme:** Add desc for test and coverage section ([48a4e17](https://github.com/mohammadGh/my-typescript-library-starter/commit/48a4e17))
27+
28+
### ❤️ Contributors
29+
30+
31+
632
## 1.0.3...main
733

834
[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/1.0.3...main)

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