Skip to content

Commit

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

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.

## v1.1.0

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

### 🚀 Enhancements

- **git:** Only allow release on main branch ([58b3bfa](https://github.com/mohammadGh/my-typescript-library-starter/commit/58b3bfa))
- Use CSpell for spell checking staged files and commit messages ([55dc2ea](https://github.com/mohammadGh/my-typescript-library-starter/commit/55dc2ea))

### 🩹 Fixes

- **github:** Fix prefix v for version for tagAnnotation and releaseName ([858fce6](https://github.com/mohammadGh/my-typescript-library-starter/commit/858fce6))

### 📖 Documentation

- **readme:** Add CSpell section and how to configure auto spell checker ([3b06b05](https://github.com/mohammadGh/my-typescript-library-starter/commit/3b06b05))
- **readme:** Fix typo ([58c676b](https://github.com/mohammadGh/my-typescript-library-starter/commit/58c676b))
- Fix typo ([1b487c5](https://github.com/mohammadGh/my-typescript-library-starter/commit/1b487c5))

### 🏡 Chore

- **dependencies:** Update dependencies ([e1e1bab](https://github.com/mohammadGh/my-typescript-library-starter/commit/e1e1bab))

### ❤️ Contributors

- Mgh <m.ghoreshi@gmail.com>

## v1.0.6

[compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.0.5...v1.0.6)
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.6",
"version": "1.1.0",
"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 6976c42

Please sign in to comment.