Skip to content

Commit c49da3d

Browse files
committed
chore(release): v1.2.4
1 parent 65a1efa commit c49da3d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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.4
6+
7+
[compare changes](https://github.com/unjs/giget/compare/v1.2.3...v1.2.4)
8+
9+
### 💅 Refactors
10+
11+
- Upgrade to tar v7 ([3d5d7cf](https://github.com/unjs/giget/commit/3d5d7cf))
12+
- Revert tar upgrade back to v6 ([#208](https://github.com/unjs/giget/pull/208))
13+
14+
### 📖 Documentation
15+
16+
- Correct function name ([#156](https://github.com/unjs/giget/pull/156))
17+
- Add github actions example for private repo ([#197](https://github.com/unjs/giget/pull/197))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V1.2.3 ([60025b5](https://github.com/unjs/giget/commit/60025b5))
22+
- Update deps ([b518578](https://github.com/unjs/giget/commit/b518578))
23+
- Update eslint config ([16941fc](https://github.com/unjs/giget/commit/16941fc))
24+
- Stricter tsconfig ([6e28106](https://github.com/unjs/giget/commit/6e28106))
25+
- Use new `onReadEntry` ([d2eb10e](https://github.com/unjs/giget/commit/d2eb10e))
26+
- Update nypm to 0.4 ([0b4a08b](https://github.com/unjs/giget/commit/0b4a08b))
27+
- Update deps ([4008d7c](https://github.com/unjs/giget/commit/4008d7c))
28+
- Update deps ([5c96b19](https://github.com/unjs/giget/commit/5c96b19))
29+
- Update deps ([6c7a965](https://github.com/unjs/giget/commit/6c7a965))
30+
- Update deps ([c508000](https://github.com/unjs/giget/commit/c508000))
31+
- Update nypm to 0.5 ([727c2f5](https://github.com/unjs/giget/commit/727c2f5))
32+
- Update lock ([65a1efa](https://github.com/unjs/giget/commit/65a1efa))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](http://github.com/pi0))
37+
- Martijn Halekor <martijnhalekor@icloud.com>
38+
- Werheng Zhang ([@werheng](http://github.com/werheng))
39+
540
## v1.2.3
641

742
[compare changes](https://github.com/unjs/giget/compare/v1.2.2...v1.2.3)

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.3",
3+
"version": "1.2.4",
44
"description": "Download templates and git repositories with pleasure!",
55
"repository": "unjs/giget",
66
"license": "MIT",

0 commit comments

Comments
 (0)