Skip to content

Commit 9e0b3ca

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](Avallone-io/rls@v1.4.0...v2.0.0) (2022-08-23) ### Features * upgrade to typeorm v0.3.0 ([40d0812](Avallone-io@40d0812)) ### BREAKING CHANGES * must use at least node v14, typeorm v0.3.0 and @nestjs/typeorm v8.1.0
1 parent 23a8bf4 commit 9e0b3ca

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/Avallone-io/rls/compare/v1.4.0...v2.0.0) (2022-08-23)
2+
3+
4+
### Features
5+
6+
* upgrade to typeorm v0.3.0 ([40d0812](https://github.com/Avallone-io/rls/commit/40d0812c4931ead28f744b69a585ae95d895a8fa))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* must use at least node v14, typeorm v0.3.0 and
12+
@nestjs/typeorm v8.1.0
13+
114
# [1.4.0](https://github.com/Avallone-io/rls/compare/v1.3.0...v1.4.0) (2022-08-08)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@avallone-io/rls",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Row level security package for TypeORM and NestJS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)