Skip to content

Commit 97ce48a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 11f671c + 7f47f1f commit 97ce48a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/js-utils": "1.2.0",
2+
"packages/js-utils": "1.3.0",
33
"packages/browser-utils": "1.3.0",
44
"packages/nest-utils": "3.1.0",
55
"packages/nest-testing": "1.0.0",

packages/js-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.2.0...js-utils-v1.3.0) (2024-12-29)
4+
5+
6+
### Features
7+
8+
* **http:** Implemented new `transformFetchJson()` util function ([cae5dc2](https://github.com/spuxx1701/jslibs/commit/cae5dc2eb53f2b567ac4a02f807821b19511bfd2))
9+
310
## [1.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.1.2...js-utils-v1.2.0) (2024-11-06)
411

512

packages/js-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/js-utils",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A package containing various utilities for JavaScript applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)