From e532e7c58694f4e01c23b55fce0fab7c4b2c2bf8 Mon Sep 17 00:00:00 2001 From: Konstantinos Kopanidis Date: Wed, 19 Jul 2023 16:09:34 +0300 Subject: [PATCH] chore(release): 0.16.0-alpha.18 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464d41852..2f01597a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0-alpha.18](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0-alpha.17...v0.16.0-alpha.18) (2023-07-19) + ## [0.16.0-alpha.17](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0-alpha.16...v0.16.0-alpha.17) (2023-07-19) diff --git a/package.json b/package.json index 6cdb60dd1..254f32bb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conduit", - "version": "0.16.0-alpha.17", + "version": "0.16.0-alpha.18", "description": "", "main": "index.js", "private": true,