Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.0...v2.0.0) (2022-08-23)

### Features

* upgrade to typeorm v0.3.0 ([40d0812](40d0812))

### BREAKING CHANGES

* must use at least node v14, typeorm v0.3.0 and
@nestjs/typeorm v8.1.0
  • Loading branch information
semantic-release-bot committed Aug 23, 2022
1 parent 23a8bf4 commit 9e0b3ca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/Avallone-io/rls/compare/v1.4.0...v2.0.0) (2022-08-23)


### Features

* upgrade to typeorm v0.3.0 ([40d0812](https://github.com/Avallone-io/rls/commit/40d0812c4931ead28f744b69a585ae95d895a8fa))


### BREAKING CHANGES

* must use at least node v14, typeorm v0.3.0 and
@nestjs/typeorm v8.1.0

# [1.4.0](https://github.com/Avallone-io/rls/compare/v1.3.0...v1.4.0) (2022-08-08)


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,6 +1,6 @@
{
"name": "@avallone-io/rls",
"version": "1.4.0",
"version": "2.0.0",
"description": "Row level security package for TypeORM and NestJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9e0b3ca

Please sign in to comment.