Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

See the [v5 upgrading guide](https://js.icp.build/core/v5/upgrading/v5/) for more information.
See the [v5 upgrading guide](https://js.icp.build/core/latest/upgrading/v5/) for more information.

- feat(core)!: removes `@dfinity/{agent,candid,identity,identity-secp256k1,principal}` peer dependencies and moves their source code to the `@icp-sdk/core` package
- feat(agent)!: use `/api/v4` for call requests
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/upgrading/v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ This release includes minor security improvements to how query responses are val

---

For a complete list of all changes, fixes, and improvements in this release, please refer to the [CHANGELOG](https://js.icp.build/core/v5/changelog/).
For a complete list of all changes, fixes, and improvements in this release, please refer to the [CHANGELOG](../changelog.md).
Loading