Skip to content

Commit cd3d4d7

Browse files
committed
chore(release): v1.2.2
1 parent 8128e33 commit cd3d4d7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

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.
44

5+
## v1.2.2
6+
7+
[compare changes](https://github.com/unjs/giget/compare/v1.2.1...v1.2.2)
8+
9+
### 🩹 Fixes
10+
11+
- **cli:** Add missing shebang ([#135](https://github.com/unjs/giget/pull/135))
12+
13+
### 📖 Documentation
14+
15+
- Correct `downloadTemplate` options ([#144](https://github.com/unjs/giget/pull/144))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.2.1 ([1379a03](https://github.com/unjs/giget/commit/1379a03))
20+
- Remove bundle badge ([#136](https://github.com/unjs/giget/pull/136))
21+
- Add `maizzle` template ([#138](https://github.com/unjs/giget/pull/138))
22+
- Update deps and lockfile ([8821ee1](https://github.com/unjs/giget/commit/8821ee1))
23+
- Update lockfile ([a61d394](https://github.com/unjs/giget/commit/a61d394))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Sunil Pai <[email protected]>
29+
- Cosmin Popovici ([@cossssmin](http://github.com/cossssmin))
30+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
31+
532
## v1.2.1
633

734
[compare changes](https://github.com/unjs/giget/compare/v1.2.0...v1.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "giget",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Download templates and git repositories with pleasure!",
55
"repository": "unjs/giget",
66
"license": "MIT",

0 commit comments

Comments
 (0)