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
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@

## Dependencies

### Motoko

Updated Motoko to [1.2.0](https://github.com/dfinity/motoko/releases/tag/1.2.0)

## Fixes

### fix: correct `dfx sns` example commands in documentation

Fixed incorrect commands `dfx sns config create` and `dfx sns config validate` in the `dfx sns` CLI reference examples. The correct commands are `dfx sns create` and `dfx sns validate`.

### Motoko

Updated Motoko to [1.2.0](https://github.com/dfinity/motoko/releases/tag/1.2.0)

### Replica

Updated replica to commit 142182f2ec4d916fa32e32da59239c4eb0c87bd3.

# 0.31.0

### chore!: `dfx generate` now imports `@icp-sdk/core` instead of `@dfinity/` packages
Expand Down
Loading