From 1379a03ef9449242a208d4083871bdfafcde9b94 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 25 Dec 2023 12:35:54 +0100 Subject: [PATCH] chore(release): v1.2.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b47894..835d165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.1 + +[compare changes](https://github.com/unjs/giget/compare/v1.2.0...v1.2.1) + +### 🩹 Fixes + +- **cli:** Add missing shebang ([#135](https://github.com/unjs/giget/pull/135)) + +### 🏡 Chore + +- Update badge urls ([d612198](https://github.com/unjs/giget/commit/d612198)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.2.0 [compare changes](https://github.com/unjs/giget/compare/v1.1.3...v1.2.0) diff --git a/package.json b/package.json index 6dc9a0c..b1957f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giget", - "version": "1.2.0", + "version": "1.2.1", "description": "Download templates and git repositories with pleasure!", "repository": "unjs/giget", "license": "MIT",