Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadGh committed Feb 28, 2024
1 parent d35ee30 commit 58108c0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@

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.

## 1.0.4...main

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

### 🚀 Enhancements

- **build:** Relase-it tag name configured to prefix `v` ([c382d62](https://github.com/mohammadGh/my-typescript-library-starter/commit/c382d62))
- **build:** Add release to github ([d35ee30](https://github.com/mohammadGh/my-typescript-library-starter/commit/d35ee30))

### 🩹 Fixes

- **build:** Exclude root config files from coverage ([ed88519](https://github.com/mohammadGh/my-typescript-library-starter/commit/ed88519))

### 💅 Refactors

- **build:** Use es module export for commitlint config ([c5fe096](https://github.com/mohammadGh/my-typescript-library-starter/commit/c5fe096))

### 📖 Documentation

- **changelog:** Add title and short desc for changelog.md file ([ada7a71](https://github.com/mohammadGh/my-typescript-library-starter/commit/ada7a71))
- **readme:** Add desc for test and coverage section ([48a4e17](https://github.com/mohammadGh/my-typescript-library-starter/commit/48a4e17))

### ❤️ Contributors

- Mgh <m.ghoreshi@gmail.com>

## 1.0.3...main

[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/1.0.3...main)
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.0.4",
"version": "1.0.5",
"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 58108c0

Please sign in to comment.