File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.5] ( https://github.com/nhedger/nestjs-encryption/compare/v0.1.4...v0.1.5 ) (2023-08-24)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * trigger release ([ 6b11ba7] ( https://github.com/nhedger/nestjs-encryption/commit/6b11ba738742a06f69894a86cc2599855d8eb21f ) )
9+
310## [ 0.1.4] ( https://github.com/nhedger/nestjs-encryption/compare/v0.1.3...v0.1.4 ) (2023-08-24)
411
512
Original file line number Diff line number Diff line change 55 "provenance" : true
66 },
77 "type" : " module" ,
8- "version" : " 0.1.4 " ,
8+ "version" : " 0.1.5 " ,
99 "description" : " Encryption Module for NestJS." ,
1010 "author" : {
1111 "name" : " Nicolas Hedger" ,
1919 "url" : " git+https://github.com/nhedger/nestjs-encryption.git"
2020 },
2121 "bugs" : " https://github.com/nhedger/nestjs-encryption/issues" ,
22- "keywords" : [" nestjs" , " encryption" , " crypto" ],
22+ "keywords" : [
23+ " nestjs" ,
24+ " encryption" ,
25+ " crypto"
26+ ],
2327 "sideEffects" : false ,
2428 "exports" : {
2529 "." : {
3135 "main" : " ./dist/lib/index.mjs" ,
3236 "module" : " ./dist/lib/index.mjs" ,
3337 "types" : " ./dist/lib/index.d.ts" ,
34- "files" : [" dist" ],
38+ "files" : [
39+ " dist"
40+ ],
3541 "bin" : {
3642 "nestjs-encryption-keygen" : " ./dist/cli/keygen.mjs"
3743 },
You can’t perform that action at this time.
0 commit comments