From 0e8090f9aa54e4e764914900d7a2d7456efe69f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:46:10 +0200 Subject: [PATCH] chore: release 0.1.4 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7266ab4..38175a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/nhedger/nestjs-encryption/compare/v0.1.3...v0.1.4) (2023-08-24) + + +### Bug Fixes + +* use `prepare` instead of `postinstall` ([49c53f3](https://github.com/nhedger/nestjs-encryption/commit/49c53f38155de4360125d2ed69dc5969f8aacd6a)) + ## [0.1.3](https://github.com/nhedger/nestjs-encryption/compare/v0.1.2...v0.1.3) (2023-08-24) diff --git a/package.json b/package.json index f430ff4..e5c3efd 100644 --- a/package.json +++ b/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",