From 9022976a888aa81922dd6fe552b6f67ae1a41b6c Mon Sep 17 00:00:00 2001 From: nichoth Date: Thu, 12 Dec 2024 21:38:51 -0800 Subject: [PATCH] 0.1.18 --- CHANGELOG.md | 10 +++++++++- README.md | 1 + package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebfd56b..f14f3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.1.17](https://github.com/substrate-system/util/compare/v0.1.16...v0.1.17) +## [v0.1.18](https://github.com/substrate-system/util/compare/v0.1.17...v0.1.18) + +### Commits + +- fix types & build script; add docs [`14401e8`](https://github.com/substrate-system/util/commit/14401e8e14fe1bdfcf46f125cd37e4799e8fc0e6) +- add self for node [`089167b`](https://github.com/substrate-system/util/commit/089167b04adf69dde48ef37242d1ae338ceb555f) +- fix badge [`ad780c0`](https://github.com/substrate-system/util/commit/ad780c05c5d97ecf8f45f1b59c3810ce2741b939) + +## [v0.1.17](https://github.com/substrate-system/util/compare/v0.1.16...v0.1.17) - 2024-12-02 ### Commits diff --git a/README.md b/README.md index 71e09f1..0786213 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Utility functions for web components. - [install](#install) - [API](#api) * [import](#import) + * [`self`](#self) * [`humanFilesize`](#humanfilesize) * [Queue](#queue) * [`sleep`](#sleep) diff --git a/package.json b/package.json index debd271..7e753d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@substrate-system/util", - "version": "0.1.17", + "version": "0.1.18", "description": "Utility functions", "directories": { "example": "example",