Skip to content

Commit

Permalink
chore: release 0.1.3 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 26d45ab commit 5f04839
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/nhedger/nestjs-encryption/compare/v0.1.2...v0.1.3) (2023-08-24)


### Bug Fixes

* cannot load module ([26d45ab](https://github.com/nhedger/nestjs-encryption/commit/26d45abcbbe8d7618d7401b2dea1c6cedb993093))

## [0.1.2](https://github.com/nhedger/nestjs-encryption/compare/v0.1.1...v0.1.2) (2023-08-24)


Expand Down
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"provenance": true
},
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "Encryption Module for NestJS.",
"author": {
"name": "Nicolas Hedger",
Expand All @@ -19,7 +19,11 @@
"url": "git+https://github.com/nhedger/nestjs-encryption.git"
},
"bugs": "https://github.com/nhedger/nestjs-encryption/issues",
"keywords": ["nestjs", "encryption", "crypto"],
"keywords": [
"nestjs",
"encryption",
"crypto"
],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -33,10 +37,15 @@
"types": "./dist/lib/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/lib/*", "./dist/lib/index.d.ts"]
"*": [
"./dist/lib/*",
"./dist/lib/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"bin": {
"nestjs-encryption-keygen": "./dist/cli/keygen.mjs"
},
Expand Down

0 comments on commit 5f04839

Please sign in to comment.