Skip to content

Commit 62ace84

Browse files
committed
0.1.5
1 parent 89fba09 commit 62ace84

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.5] - 2023-03-09
810
### Fixed
911
- `@distributedlab/tools`: `BN` drop unexpected decimal part during multiplication and division
1012

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

6264
[old repo]: https://github.com/distributed-lab/web-kit-old
6365

64-
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.4...HEAD
66+
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.5...HEAD
67+
[0.1.5]: https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5
6568
[0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4
6669
[0.1.3]: https://github.com/distributed-lab/web-kit/compare/0.1.2...0.1.3
6770
[0.1.2]: https://github.com/distributed-lab/web-kit/compare/0.1.1...0.1.2

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

0 commit comments

Comments
 (0)