Skip to content

Commit f9e5844

Browse files
chore: release 0.1.5 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b11ba7 commit f9e5844

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",
@@ -19,7 +19,11 @@
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
".": {
@@ -31,7 +35,9 @@
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
},

0 commit comments

Comments
 (0)