We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c53f3 commit 0e8090fCopy full SHA for 0e8090f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.4](https://github.com/nhedger/nestjs-encryption/compare/v0.1.3...v0.1.4) (2023-08-24)
4
+
5
6
+### Bug Fixes
7
8
+* use `prepare` instead of `postinstall` ([49c53f3](https://github.com/nhedger/nestjs-encryption/commit/49c53f38155de4360125d2ed69dc5969f8aacd6a))
9
10
## [0.1.3](https://github.com/nhedger/nestjs-encryption/compare/v0.1.2...v0.1.3) (2023-08-24)
11
12
package.json
@@ -5,7 +5,7 @@
"provenance": true
},
"type": "module",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Encryption Module for NestJS.",
"author": {
"name": "Nicolas Hedger",
0 commit comments