From 50734820c75b0bd8787bc0c1d4847288355fdae4 Mon Sep 17 00:00:00 2001 From: Icebob Date: Wed, 21 Jul 2021 19:50:41 +0200 Subject: [PATCH] write changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046775c2f..2a7ef480a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # [Unreleased](https://github.com/moleculerjs/moleculer/compare/v0.14.15...master) +-------------------------------------------------- + +# [0.14.16](https://github.com/moleculerjs/moleculer/compare/v0.14.15...v0.14.16) (2021-07-21) + +_11 commits from 4 contributors._ + +## Changes +- fix `nats-streaming` version in peerDependencies. +- RedisCacher `pingInterval` option. [#961](https://github.com/moleculerjs/moleculer/pull/961) +- Update NATS transporter messages to debug. [#963](https://github.com/moleculerjs/moleculer/pull/963) +- update d.ts file. [#964](https://github.com/moleculerjs/moleculer/pull/964) [#966](https://github.com/moleculerjs/moleculer/pull/966) +- update dependencies + -------------------------------------------------- # [0.14.15](https://github.com/moleculerjs/moleculer/compare/v0.14.14...v0.14.15) (2021-07-10)