Skip to content

Commit a28559f

Browse files
Publish
1 parent 66d219b commit a28559f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/boids/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2025-05-08T15:13:02Z
3+
- **Last updated**: 2025-05-08T16:48:10Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,6 +11,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14+
### [1.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-05-08)
15+
16+
#### 🩹 Bug fixes
17+
18+
- update cohesion(), use filter predicate ([66d219b](https://github.com/thi-ng/umbrella/commit/66d219b))
19+
1420
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-05-08)
1521

1622
#### 🚀 Features

packages/boids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/boids",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "n-dimensional boids simulation with modular behavior system",
55
"type": "module",
66
"module": "./index.js",

0 commit comments

Comments
 (0)