Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #126 from comit-network/release/0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
Franck Royer committed Feb 19, 2020
2 parents dd0ecf9 + baa0779 commit 3e7b40d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2020-02-19

### Changed
- Set all files names to snake_case.
- `Order` interface renamed to `OrderParams`, `Order` is now a class that allows the taker to check it against criteria.
Expand Down Expand Up @@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Common code that can be used to build applications on top of COMIT.

[Unreleased]: https://github.com/comit-network/comit-js-sdk/compare/0.10.1...HEAD
[Unreleased]: https://github.com/comit-network/comit-js-sdk/compare/0.11.0...HEAD
[0.11.0]: https://github.com/comit-network/comit-js-sdk/compare/0.10.1...0.11.0
[0.10.1]: https://github.com/comit-network/comit-js-sdk/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/comit-network/comit-js-sdk/compare/0.9.1...0.10.0
[0.9.1]: https://github.com/comit-network/comit-js-sdk/compare/0.8.0...0.9.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "comit-sdk",
"version": "0.10.1",
"version": "0.11.0",
"description": "An SDK for developing COMIT applications.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 3e7b40d

Please sign in to comment.