diff --git a/CHANGELOG.md b/CHANGELOG.md index 071e7172..aabdb9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.6] - 2023-03-11 ### Added - `@distributedlab/tools`: `BN` `isEqualTo` compare @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [old repo]: https://github.com/distributed-lab/web-kit-old -[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.5...HEAD +[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.6...HEAD +[0.1.6]: https://github.com/distributed-lab/web-kit/compare/0.1.5...0.1.6 [0.1.5]: https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5 [0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4 [0.1.3]: https://github.com/distributed-lab/web-kit/compare/0.1.2...0.1.3 diff --git a/packages/jac/package.json b/packages/jac/package.json index 9c978c30..e08bdd3f 100644 --- a/packages/jac/package.json +++ b/packages/jac/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/jac", - "version": "0.1.5", + "version": "0.1.6", "description": "A library for constructing JSON-API compliant requests and responses", "repository": { "type": "git", diff --git a/packages/tools/package.json b/packages/tools/package.json index 46478937..4f41befa 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@distributedlab/tools", - "version": "0.1.5", + "version": "0.1.6", "description": "Collection of common utility functions and classes", "repository": { "type": "git",