From 46a95dc5bf5d5222c7b5a1b2f382c9ae6ab8fe1f Mon Sep 17 00:00:00 2001 From: Konstantinos Kopanidis Date: Tue, 2 Jul 2024 17:09:28 +0300 Subject: [PATCH] chore(release): 0.16.6 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c00c5287..153f79364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.16.6](https://github.com/ConduitPlatform/Conduit/compare/v0.16.5...v0.16.6) (2024-07-02) + + +### Features + +* **grpc-sdk,module-tools:** support commonjs projects ([#1089](https://github.com/ConduitPlatform/Conduit/issues/1089)) ([28e62ff](https://github.com/ConduitPlatform/Conduit/commit/28e62ff2e0f6fddf0563941739579506579e9ac9)) +* **push-notifications:** delete expired tokens for one-signal provider ([#1088](https://github.com/ConduitPlatform/Conduit/issues/1088)) ([e88211f](https://github.com/ConduitPlatform/Conduit/commit/e88211faee4da4a26aa532dfa0684cd96aff807f)) + + +### Bug Fixes + +* **database:** view fixes ([#1086](https://github.com/ConduitPlatform/Conduit/issues/1086)) ([f82aa42](https://github.com/ConduitPlatform/Conduit/commit/f82aa4234600bbc696def0d75e2aad837cec1c23)) + ### [0.16.5](https://github.com/ConduitPlatform/Conduit/compare/v0.16.4...v0.16.5) (2024-05-29) diff --git a/package.json b/package.json index df63852c4..d92ce2075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conduit", - "version": "0.16.5", + "version": "0.16.6", "description": "", "main": "index.js", "private": true,