Skip to content

Commit d426ada

Browse files
committed
chore: fix changelog issues
1 parent 52b3e9b commit d426ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
## [1.0.0]
10-
### Uncategorized
10+
### Added
1111
- Adds nonce to a tx, adds `yarn build:link` support, updates functions for API calls, refactoring ([#8](https://github.com/MetaMask/smart-transactions-controller/pull/8))
1212
- Add many unit tests, support for the batch_status API, refactoring ([#6](https://github.com/MetaMask/smart-transactions-controller/pull/6))
1313
- Bump @metamask/controllers from 15.1.0 to 16.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/MetaMask/metamask-module-template.git"
7+
"url": "https://github.com/MetaMask/smart-transactions-controller.git"
88
},
99
"license": "SEE LICENSE IN LICENSE",
1010
"main": "dist/index.js",

0 commit comments

Comments
 (0)