From fdea6ba9d36111f7346827ed81e7549f10343a13 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 5 Aug 2023 10:01:00 +0200 Subject: [PATCH] Publish --- packages/fibers/CHANGELOG.md | 8 +++++++- packages/fibers/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index 0e514dc057..4916ad40b7 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-04T10:58:19Z +- **Last updated**: 2023-08-05T08:00:59Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/fibers@0.1.1) (2023-08-05) + +#### 🩹 Bug fixes + +- update dependencies ([c92ad43](https://github.com/thi-ng/umbrella/commit/c92ad43)) + ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/fibers@0.1.0) (2023-08-04) #### 🚀 Features diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 5969cbb8d6..c2abd1d0a4 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.1.0", + "version": "0.1.1", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js",