Skip to content

Commit c022d7b

Browse files
committed
build(utilities): release version 1.3.0
1 parent 1b8edc8 commit c022d7b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

libs/utilities/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
# [1.3.0](https://github.com/IPS-LMU/octra/compare/utilities-1.2.0...utilities-1.3.0) (2025-10-17)
6+
7+
8+
### Features
9+
10+
* **utilities:** new function ensureNumber ([0fa709f](https://github.com/IPS-LMU/octra/commit/0fa709f0ba370da5bed0a652d131b3d58bf64bd9))
11+
12+
13+
514
# [1.2.0](https://github.com/IPS-LMU/octra/compare/utilities-1.1.0...utilities-1.2.0) (2025-07-28)
615

716

libs/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@octra/utilities",
33
"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.",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)