Skip to content

Commit c0366f1

Browse files
committed
0.1.4
1 parent 7cb6992 commit c0366f1

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.4] - 2023-03-08
810
### Added
911
- `@distributedlab/tools`: `BN.clone()` method to safely clone `BN` instance
1012

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

5860
[old repo]: https://github.com/distributed-lab/web-kit-old
5961

60-
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.3...HEAD
62+
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.4...HEAD
63+
[0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4
6164
[0.1.3]: https://github.com/distributed-lab/web-kit/compare/0.1.2...0.1.3
6265
[0.1.2]: https://github.com/distributed-lab/web-kit/compare/0.1.1...0.1.2
6366
[0.1.1]: https://github.com/distributed-lab/web-kit/compare/0.1.0...0.1.1

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.3",
3+
"version": "0.1.4",
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.3",
3+
"version": "0.1.4",
44
"description": "Collection of common utility functions and classes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)