diff --git a/.changeset/smooth-lizards-run.md b/.changeset/smooth-lizards-run.md deleted file mode 100644 index 66e8d809ddf..00000000000 --- a/.changeset/smooth-lizards-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add basic MonteCarlo-based experiments diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 75f6776bd16..e1322d0340e 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/petrinaut +## 0.0.15 + +### Patch Changes + +- [#8709](https://github.com/hashintel/hash/pull/8709) [`2c1c977`](https://github.com/hashintel/hash/commit/2c1c977d8d2772706f4edb91dd79a8d28866bff0) Thanks [@kube](https://github.com/kube)! - Add basic MonteCarlo-based experiments + ## 0.0.14 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index d35a074ffb6..95121c30e06 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.14", + "version": "0.0.15", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": {