Skip to content

Commit

Permalink
build(utilities): release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jan 27, 2025
1 parent 4ac9de9 commit 348422a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions libs/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [1.0.2](https://github.com/IPS-LMU/octra/compare/utilities-1.0.1...utilities-1.0.2) (2025-01-27)


### Features

* **utilities:** wait() function for simplified waiting in async blocks ([73414ba](https://github.com/IPS-LMU/octra/commit/73414ba7127febc67c03be22349129872d48e56f))



## [1.0.1](https://github.com/IPS-LMU/octra/compare/utilities-1.0.0...utilities-1.0.1) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion libs/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@octra/utilities",
"description": "This library offers JS functions and classes to make some parts of app development easier. This library is used by [Octra](https://github.com/IPS-LMU/octra) and Octra-Backend.",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"private": false,
"author": {
Expand Down

0 comments on commit 348422a

Please sign in to comment.