Skip to content

Commit

Permalink
Merge pull request #76 from spuxx1701/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
spuxx1701 authored Nov 7, 2024
2 parents 966312c + 086874b commit caa2f17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/js-utils": "1.2.0",
"packages/browser-utils": "1.2.0",
"packages/nest-utils": "2.4.0"
"packages/nest-utils": "2.4.1"
}
7 changes: 7 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.1](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.0...nest-utils-v2.4.1) (2024-11-07)


### Bug Fixes

* **transformers:** Fixed an issue with `transformBooleanString()` where undefined or nullish values would become `false` ([eaee6ee](https://github.com/spuxx1701/jslibs/commit/eaee6ee68f5e226e6eeaccb1d4e1ae05b683b3ce))

## [2.4.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.3.3...nest-utils-v2.4.0) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/nest-utils",
"version": "2.4.0",
"version": "2.4.1",
"description": "A package containing various utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit caa2f17

Please sign in to comment.