Skip to content

Commit

Permalink
chore(release): nestjs-typeorm-history 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 7, 2021
1 parent 8348246 commit 5a332a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/nestjs-typeorm-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [@kittgen/nestjs-typeorm-history-v2.0.0](https://github.com/kittgen/kittgen-nestjs/compare/nestjs-typeorm-history-v1.0.3...nestjs-typeorm-history-v2.0.0) (2021-12-07)


### Bug Fixes

* **hist:** failure if no `MappedColumn`s ([#54](https://github.com/kittgen/kittgen-nestjs/issues/54)) ([276879b](https://github.com/kittgen/kittgen-nestjs/commit/276879b7f6db120800269532c55f9fa486e44299))
* **hist:** fix compile error ([bb3d8df](https://github.com/kittgen/kittgen-nestjs/commit/bb3d8df915709bd1fcc9f7159b04c7353775e640))


* fix(hist)!: update options interface ([cc259b3](https://github.com/kittgen/kittgen-nestjs/commit/cc259b3dfedfc4afd73ade5b471a5ca6b8425ac4))


### BREAKING CHANGES

* require `connection` in TypeOrm history
Provide async config

# [@kittgen/nestjs-typeorm-history-v1.0.3](https://github.com/kittgen/kittgen-nestjs/compare/nestjs-typeorm-history-v1.0.2...nestjs-typeorm-history-v1.0.3) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-typeorm-history/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 packages/nestjs-typeorm-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kittgen/nestjs-typeorm-history",
"version": "1.0.3",
"version": "2.0.0",
"license": "MIT",
"author": "Ottgar",
"private": false,
Expand Down

0 comments on commit 5a332a4

Please sign in to comment.