Skip to content

Commit 1a96bc2

Browse files
committed
build(utilities): release version 1.0.1
1 parent 4587ba3 commit 1a96bc2

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.0.1](https://github.com/IPS-LMU/octra/compare/utilities-1.0.0...utilities-1.0.1) (2025-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **utilities:** extractFileNameFromURL can't parse on available query params ([4587ba3](https://github.com/IPS-LMU/octra/commit/4587ba36092b7d7f2aeddfac3cb438a1d335ed22))
11+
12+
13+
514
# [1.0.0](https://github.com/IPS-LMU/octra/compare/utilities-0.1.0...utilities-1.0.0) (2025-01-13)
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.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)