Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
keonik committed Aug 22, 2023
2 parents c6e0969 + 40ffa96 commit 3c921f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.11.1](https://github.com/keonik/prisma-erd-generator/compare/v1.11.0...v1.11.1) (2023-08-22)

## [1.11.0](https://github.com/keonik/prisma-erd-generator/compare/v1.9.1-0...v1.11.0) (2023-08-10)


### Features

* Enable Prisma v5 as a peer dependency. Update all other dependencies. Enabled Logging of config in debug mode. ([#231](https://github.com/keonik/prisma-erd-generator/issues/231)) ([85faec5](https://github.com/keonik/prisma-erd-generator/commit/85faec52ed288214a4ac80f1f031d0238105c814))
* Option to disable emoji output ([#229](https://github.com/keonik/prisma-erd-generator/issues/229)) ([f86ff4d](https://github.com/keonik/prisma-erd-generator/commit/f86ff4d7652e69f6d940a34773197ac1792b5436)), closes [#226](https://github.com/keonik/prisma-erd-generator/issues/226)


### Bug Fixes

* Remove generator options logging ([#230](https://github.com/keonik/prisma-erd-generator/issues/230)) ([d891310](https://github.com/keonik/prisma-erd-generator/commit/d8913100a3829f6444556f1543dfa73f0e434ccb))
* unlock versions of prisma dependencies to include 4 and 5 ([b7137d2](https://github.com/keonik/prisma-erd-generator/commit/b7137d26b7658834e6f43370ea865d1672dd0d46))
* Update DISABLE_ERD environment variable to match js truthy expectations ([#227](https://github.com/keonik/prisma-erd-generator/issues/227)) ([60a78ba](https://github.com/keonik/prisma-erd-generator/commit/60a78ba4d8a5f383b3047d1b394703286bbe0a89)), closes [#225](https://github.com/keonik/prisma-erd-generator/issues/225)

## [1.9.0](https://github.com/keonik/prisma-erd-generator/compare/v1.8.0...v1.9.0) (2023-07-19)


Expand Down
4 changes: 2 additions & 2 deletions 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,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.11.1",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 3c921f1

Please sign in to comment.