Skip to content

Commit

Permalink
chore(release): v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2023
1 parent 8eb4b26 commit 46c34ac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

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

[compare changes](https://github.com/unjs/giget/compare/v1.1.2...v1.1.3)

### 🩹 Fixes

- **github:** Use `api.github.com` for private repository support ([#93](https://github.com/unjs/giget/pull/93))
- Allow `/` in git refs ([#102](https://github.com/unjs/giget/pull/102))

### 💅 Refactors

- Apply strict typescript checks + fixes ([9704865](https://github.com/unjs/giget/commit/9704865))
- Lazy import `https-proxy-agent` ([8372e55](https://github.com/unjs/giget/commit/8372e55))

### 🏡 Chore

- Update dev dependencies ([f94bb77](https://github.com/unjs/giget/commit/f94bb77))
- Update all dependencies ([082f95b](https://github.com/unjs/giget/commit/082f95b))
- Add autofix ci ([adc0ced](https://github.com/unjs/giget/commit/adc0ced))
- Apply automated fixes ([ae68871](https://github.com/unjs/giget/commit/ae68871))
- Add `.prettierrc` ([5ea5d96](https://github.com/unjs/giget/commit/5ea5d96))

### 🎨 Styles

- Format with prettier v3 ([9fdb553](https://github.com/unjs/giget/commit/9fdb553))

### 🤖 CI

- Test with node 18 ([9f8c218](https://github.com/unjs/giget/commit/9f8c218))

### ❤️ Contributors

- Nick-genesis
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Ishan Jain <contact@ishanjain.me>

## v1.1.2

[compare changes](https://github.com/unjs/giget/compare/v1.1.1...v1.1.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "giget",
"version": "1.1.2",
"version": "1.1.3",
"description": "Download templates and git repositories with pleasure!",
"repository": "unjs/giget",
"license": "MIT",
Expand Down Expand Up @@ -56,4 +56,4 @@
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.8.0"
}
}

0 comments on commit 46c34ac

Please sign in to comment.