Skip to content

Commit

Permalink
Merge pull request #62 from spuxx1701/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
spuxx-dev authored Oct 27, 2024
2 parents b02e954 + d409891 commit 36dc0c9
Show file tree
Hide file tree
Showing 3 changed files with 18 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.0.0",
"packages/browser-utils": "1.2.0",
"packages/nest-utils": "1.5.0"
"packages/nest-utils": "2.0.0"
}
16 changes: 16 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.5.0...nest-utils-v2.0.0) (2024-10-27)


### ⚠ BREAKING CHANGES

* **mapping:** Replaced automapper integration with a custom implementation of MappingModule

### Features

* **mapping:** Replaced automapper integration with a custom implementation of MappingModule ([49cf08e](https://github.com/spuxx1701/jslibs/commit/49cf08eb0dd08ff83303e8df50def13dc8990db7))


### Bug Fixes

* **mapping:** Export mapper service ([eac1ab2](https://github.com/spuxx1701/jslibs/commit/eac1ab2fb0306bef46503004eddccb8d49c26f8c))

## [1.5.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.4.0...nest-utils-v1.5.0) (2024-10-26)


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": "1.5.0",
"version": "2.0.0",
"description": "A package containing various utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 36dc0c9

Please sign in to comment.