Skip to content

Commit 015d65e

Browse files
authored
Merge pull request #10 from MetaMask/release/1.0.0
1.0.0
2 parents 2e057b4 + d426ada commit 015d65e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/metamask-module-template/
9+
## [1.0.0]
10+
### Added
11+
- 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))
12+
- Add many unit tests, support for the batch_status API, refactoring ([#6](https://github.com/MetaMask/smart-transactions-controller/pull/6))
13+
- Bump @metamask/controllers from 15.1.0 to 16.0.0
14+
- Bump @metamask/controllers from 15.0.0 to 15.1.0 ([#4](https://github.com/MetaMask/smart-transactions-controller/pull/4))
15+
- Add initial methods ([#3](https://github.com/MetaMask/smart-transactions-controller/pull/3))
16+
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
17+
- Initial commit
18+
19+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...HEAD
20+
[1.0.0]: https://github.com/MetaMask/smart-transactions-controller/releases/tag/v1.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@metamask/smart-transactions-controller",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
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)