From 6976c42afa52249320a7978eac6da6d2420253a9 Mon Sep 17 00:00:00 2001 From: mgh Date: Sun, 21 Apr 2024 17:49:44 +0330 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a260f..d14b7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v1.0.6 [compare changes](https://github.com/mohammadGh/my-typescript-library-starter/compare/v1.0.5...v1.0.6) diff --git a/package.json b/package.json index 56babbc..54ba97b 100644 --- a/package.json +++ b/package.json @@ -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 ",