Skip to content

Commit

Permalink
fix: repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 15, 2024
1 parent 01e87a2 commit 7110804
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Changelog

## [7.8.2](https://github.com/storacha-network/w3cli/compare/v7.8.1...v7.8.2) (2024-07-02)
## [7.8.2](https://github.com/storacha/w3cli/compare/v7.8.1...v7.8.2) (2024-07-02)


### Bug Fixes

* missing deps ([#200](https://github.com/storacha-network/w3cli/issues/200)) ([e8f13d5](https://github.com/storacha-network/w3cli/commit/e8f13d5bc75a253c91df353017e0a2ebc0154794))
* missing deps ([#200](https://github.com/storacha/w3cli/issues/200)) ([e8f13d5](https://github.com/storacha/w3cli/commit/e8f13d5bc75a253c91df353017e0a2ebc0154794))

## [7.8.1](https://github.com/storacha-network/w3cli/compare/v7.8.0...v7.8.1) (2024-06-21)
## [7.8.1](https://github.com/storacha/w3cli/compare/v7.8.0...v7.8.1) (2024-06-21)


### Bug Fixes

* repo URLs ([9da051c](https://github.com/storacha-network/w3cli/commit/9da051c7f9b82ad27e749cbc3566a891a6513819))
* repo URLs ([9da051c](https://github.com/storacha/w3cli/commit/9da051c7f9b82ad27e749cbc3566a891a6513819))

## [7.8.0](https://github.com/storacha-network/w3cli/compare/v7.7.1...v7.8.0) (2024-06-20)
## [7.8.0](https://github.com/storacha/w3cli/compare/v7.7.1...v7.8.0) (2024-06-20)


### Features

* use wasm piece hasher ([#195](https://github.com/storacha-network/w3cli/issues/195)) ([8ddc4d2](https://github.com/storacha-network/w3cli/commit/8ddc4d2b692173a02f6e337a752b84878293ef1f))
* use wasm piece hasher ([#195](https://github.com/storacha/w3cli/issues/195)) ([8ddc4d2](https://github.com/storacha/w3cli/commit/8ddc4d2b692173a02f6e337a752b84878293ef1f))

## [7.7.1](https://github.com/w3s-project/w3cli/compare/v7.7.0...v7.7.1) (2024-06-05)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storacha-network/w3cli.git"
"url": "git+https://github.com/storacha/w3cli.git"
},
"keywords": [
"w3",
Expand All @@ -27,9 +27,9 @@
"cli"
],
"bugs": {
"url": "https://github.com/storacha-network/w3cli/issues"
"url": "https://github.com/storacha/w3cli/issues"
},
"homepage": "https://github.com/storacha-network/w3cli#readme",
"homepage": "https://github.com/storacha/w3cli#readme",
"devDependencies": {
"@types/update-notifier": "^6.0.5",
"@ucanto/interface": "^10.0.1",
Expand Down

0 comments on commit 7110804

Please sign in to comment.