Skip to content

Commit

Permalink
chore: update versions (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 15, 2024
1 parent 2c00723 commit 920a4cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/silent-frogs-drop.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/remote-tarball-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# remote-tarball-fetcher

## 0.1.0

### Minor Changes

- [#145](https://github.com/antoine-coulon/skott/pull/145) [`2c00723`](https://github.com/antoine-coulon/skott/commit/2c00723006de42d031d5877d44ceb7bdc1f33707) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Add GitHub tarball fetcher to be able to pull public repositories as `.zip` (used in skott's benchmark).

Switch to an [Effect](https://github.com/Effect-TS)-based API.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-tarball-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-tarball-fetcher",
"version": "0.0.2",
"version": "0.1.0",
"description": "Fetch tarballs from various registries and use them locally",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 920a4cf

Please sign in to comment.