Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo evola committed Sep 11, 2022
1 parent 425e858 commit 2aaa679
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export class UserMapper {
Injectable()
export class UserMapper {

// This will throw a IllegalArgumentNameExceptionMapper because getConcatProperties is a reserved name used for supplied mapping funcions
// This will throw an IllegalArgumentNameExceptionMapper because getConcatProperties is a reserved name used for supplied mapping funcions
// All supplied mapping function name are forbidden for naming the arguments.
// cf. Supplied Mapping Functions
@Mappings()
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-mapstruct",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 2aaa679

Please sign in to comment.