Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Dec 13, 2024
1 parent 14401e8 commit 9022976
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Utility functions for web components.
- [install](#install)
- [API](#api)
* [import](#import)
* [`self`](#self)
* [`humanFilesize`](#humanfilesize)
* [Queue](#queue)
* [`sleep`](#sleep)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate-system/util",
"version": "0.1.17",
"version": "0.1.18",
"description": "Utility functions",
"directories": {
"example": "example",
Expand Down

0 comments on commit 9022976

Please sign in to comment.