diff --git a/CHANGELOG.md b/CHANGELOG.md index 835d165..60eb898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v1.2.2 + +[compare changes](https://github.com/unjs/giget/compare/v1.2.1...v1.2.2) + +### 🩹 Fixes + +- **cli:** Add missing shebang ([#135](https://github.com/unjs/giget/pull/135)) + +### 📖 Documentation + +- Correct `downloadTemplate` options ([#144](https://github.com/unjs/giget/pull/144)) + +### 🏡 Chore + +- **release:** V1.2.1 ([1379a03](https://github.com/unjs/giget/commit/1379a03)) +- Remove bundle badge ([#136](https://github.com/unjs/giget/pull/136)) +- Add `maizzle` template ([#138](https://github.com/unjs/giget/pull/138)) +- Update deps and lockfile ([8821ee1](https://github.com/unjs/giget/commit/8821ee1)) +- Update lockfile ([a61d394](https://github.com/unjs/giget/commit/a61d394)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Sunil Pai +- Cosmin Popovici ([@cossssmin](http://github.com/cossssmin)) +- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) + ## v1.2.1 [compare changes](https://github.com/unjs/giget/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index 41fac70..f25f435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giget", - "version": "1.2.1", + "version": "1.2.2", "description": "Download templates and git repositories with pleasure!", "repository": "unjs/giget", "license": "MIT",