Skip to content

Commit 587f777

Browse files
committed
0.1.6
1 parent 03c8ae6 commit 587f777

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.6] - 2023-03-11
810
### Added
911
- `@distributedlab/tools`: `BN` `isEqualTo` compare
1012

@@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7173

7274
[old repo]: https://github.com/distributed-lab/web-kit-old
7375

74-
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.5...HEAD
76+
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.6...HEAD
77+
[0.1.6]: https://github.com/distributed-lab/web-kit/compare/0.1.5...0.1.6
7578
[0.1.5]: https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5
7679
[0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4
7780
[0.1.3]: https://github.com/distributed-lab/web-kit/compare/0.1.2...0.1.3

packages/jac/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distributedlab/jac",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A library for constructing JSON-API compliant requests and responses",
55
"repository": {
66
"type": "git",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distributedlab/tools",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Collection of common utility functions and classes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)