Skip to content

Commit

Permalink
chore: release 0.1.5 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 6b11ba7 commit f9e5844
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 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.5](https://github.com/nhedger/nestjs-encryption/compare/v0.1.4...v0.1.5) (2023-08-24)


### Miscellaneous Chores

* trigger release ([6b11ba7](https://github.com/nhedger/nestjs-encryption/commit/6b11ba738742a06f69894a86cc2599855d8eb21f))

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


Expand Down
12 changes: 9 additions & 3 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.4",
"version": "0.1.5",
"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 @@ -31,7 +35,9 @@
"main": "./dist/lib/index.mjs",
"module": "./dist/lib/index.mjs",
"types": "./dist/lib/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"bin": {
"nestjs-encryption-keygen": "./dist/cli/keygen.mjs"
},
Expand Down

0 comments on commit f9e5844

Please sign in to comment.