Skip to content

Commit

Permalink
fix: Versioning mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
keonik committed Jul 10, 2023
1 parent b1ededb commit 8e31427
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@

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.6.0](https://github.com/keonik/prisma-erd-generator/compare/v1.5.2...v1.6.0) (2023-05-25)

## [1.7.0](https://github.com/keonik/prisma-erd-generator/compare/v1.5.2...v1.7.0) (2023-05-25)

### Features

* Add option to hide enums ([#201](https://github.com/keonik/prisma-erd-generator/issues/201)) ([8b3bf99](https://github.com/keonik/prisma-erd-generator/commit/8b3bf99a3fcc420e6bdcf49c35686014c0b3af27))

- Add option to hide enums ([#201](https://github.com/keonik/prisma-erd-generator/issues/201)) ([8b3bf99](https://github.com/keonik/prisma-erd-generator/commit/8b3bf99a3fcc420e6bdcf49c35686014c0b3af27))

### Bug Fixes

* Composite type relationship lookup resolution. Dependency upgrades: @mermaid-js/mermaid-cli ([94ddfd2](https://github.com/keonik/prisma-erd-generator/commit/94ddfd28526a793be913dc5b0f0ccc0636e6aeb7))
* Typo in documentation ([#193](https://github.com/keonik/prisma-erd-generator/issues/193)) ([e6a3838](https://github.com/keonik/prisma-erd-generator/commit/e6a38382aed47c940cb37c645c5ec81079d23c05))
- Composite type relationship lookup resolution. Dependency upgrades: @mermaid-js/mermaid-cli ([94ddfd2](https://github.com/keonik/prisma-erd-generator/commit/94ddfd28526a793be913dc5b0f0ccc0636e6aeb7))
- Typo in documentation ([#193](https://github.com/keonik/prisma-erd-generator/issues/193)) ([e6a3838](https://github.com/keonik/prisma-erd-generator/commit/e6a38382aed47c940cb37c645c5ec81079d23c05))

### [1.5.2](https://github.com/keonik/prisma-erd-generator/compare/v1.5.1...v1.5.2) (2023-03-28)


### Bug Fixes

* Resolve many to many issue since adding in double quotes to names ([69164bd](https://github.com/keonik/prisma-erd-generator/commit/69164bde12858137a3b3defb1d48eabeeb8690dc))
- Resolve many to many issue since adding in double quotes to names ([69164bd](https://github.com/keonik/prisma-erd-generator/commit/69164bde12858137a3b3defb1d48eabeeb8690dc))

### [1.5.1](https://github.com/keonik/prisma-erd-generator/compare/v1.4.6...v1.5.1) (2023-03-28)

Expand Down

0 comments on commit 8e31427

Please sign in to comment.