Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2020-11-27)

### Bug Fixes

* Generator options: dasherizedName renamed to name ([c537340](c537340))

### Features

* New token `{plural.type}` for outputFilePattern generator options ([51cc938](51cc938))

### BREAKING CHANGES

* Generator options: dasherizedName renamed to name
  • Loading branch information
semantic-release-bot committed Nov 27, 2020
1 parent 51cc938 commit b3e0445
Show file tree
Hide file tree
Showing 2 changed files with 14,845 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v3.0.0...v4.0.0) (2020-11-27)


### Bug Fixes

* Generator options: dasherizedName renamed to name ([c537340](https://github.com/unlight/nestjs-graphql-prisma/commit/c537340632477165692389fe47028166095d5a23))


### Features

* New token `{plural.type}` for outputFilePattern generator options ([51cc938](https://github.com/unlight/nestjs-graphql-prisma/commit/51cc93872a73538c9aa9fb5a14a37764575f5729))


### BREAKING CHANGES

* Generator options: dasherizedName renamed to name

# [3.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v2.1.0...v3.0.0) (2020-11-26)


Expand Down
Loading

0 comments on commit b3e0445

Please sign in to comment.