Skip to content

Commit

Permalink
chore(release): 0.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.25.0](v0.24.0...v0.25.0) (2025-01-04)

### Bug Fixes

* camelCase function ([b0081de](b0081de))
* update regexes ([6607423](6607423))
* update types ([9c7c6af](9c7c6af))

### Features

* add FetchResponse response type ([3a2582b](3a2582b))
  • Loading branch information
semantic-release-bot committed Jan 4, 2025
1 parent 789c00b commit 7e2d139
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.25.0](https://github.com/victory-sokolov/utils/compare/v0.24.0...v0.25.0) (2025-01-04)


### Bug Fixes

* camelCase function ([b0081de](https://github.com/victory-sokolov/utils/commit/b0081dedc9b95386ab1253783e19b411431ae4e0))
* update regexes ([6607423](https://github.com/victory-sokolov/utils/commit/66074232f027cce41fa0f355da508dbcebabd97e))
* update types ([9c7c6af](https://github.com/victory-sokolov/utils/commit/9c7c6afd91fdf02bb412ed664fa096caaaceeac4))


### Features

* add FetchResponse response type ([3a2582b](https://github.com/victory-sokolov/utils/commit/3a2582b2770d98ea248e079e04a1dddf977fb341))

# [0.24.0](https://github.com/victory-sokolov/utils/compare/v0.23.0...v0.24.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vsokolov/utils",
"type": "module",
"version": "0.24.0",
"version": "0.25.0",
"private": false,
"description": "Various TypeScript/JavaScripts utils functions for node and browser",
"author": {
Expand Down

0 comments on commit 7e2d139

Please sign in to comment.