From 64af106d32a7617814c0fea8be75236c24e7438e Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 9 Jun 2022 12:23:53 +0000 Subject: [PATCH] chore(release): v0.15.0 --- CHANGELOG.md | 25 +++++++++---------------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8a811..f05e745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.15.0](https://github.com/EddieHubCommunity/api/compare/v0.14.0...v0.15.0) (2022-06-09) + + +### Features + +* realtime websockets ([#276](https://github.com/EddieHubCommunity/api/issues/276)) ([0a5ce18](https://github.com/EddieHubCommunity/api/commit/0a5ce18137bce0c2280021a2bceabfdb7617ddf8)) + + + # [0.14.0](https://github.com/EddieHubCommunity/api/compare/v0.13.0...v0.14.0) (2022-06-09) @@ -34,19 +43,3 @@ -# [0.12.0](https://github.com/EddieHubCommunity/api/compare/v0.11.5...v0.12.0) (2022-05-30) - - -### Bug Fixes - -* date tests ([#267](https://github.com/EddieHubCommunity/api/issues/267)) ([87657be](https://github.com/EddieHubCommunity/api/commit/87657be71321630e7d8a66718b88b0e85a5e2858)) -* remove docs for stargate ([ea3858d](https://github.com/EddieHubCommunity/api/commit/ea3858d601815dff9fc294accd50cd5e46e6f22f)) - - -### Features - -* io domain has ssl support ([c261c1f](https://github.com/EddieHubCommunity/api/commit/c261c1fe3a352dfe06c12d2c7cff698ae9a04ec4)) -* mongo migration ([#231](https://github.com/EddieHubCommunity/api/issues/231)) ([eed2bd7](https://github.com/EddieHubCommunity/api/commit/eed2bd73ab3736c4806f8173f7d42efc06f2a75f)), closes [#226](https://github.com/EddieHubCommunity/api/issues/226) [#230](https://github.com/EddieHubCommunity/api/issues/230) [#232](https://github.com/EddieHubCommunity/api/issues/232) [#244](https://github.com/EddieHubCommunity/api/issues/244) [#252](https://github.com/EddieHubCommunity/api/issues/252) [#253](https://github.com/EddieHubCommunity/api/issues/253) [#258](https://github.com/EddieHubCommunity/api/issues/258) [#262](https://github.com/EddieHubCommunity/api/issues/262) [#264](https://github.com/EddieHubCommunity/api/issues/264) [#268](https://github.com/EddieHubCommunity/api/issues/268) [#269](https://github.com/EddieHubCommunity/api/issues/269) - - - diff --git a/package.json b/package.json index 0d243a1..937915d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.14.0", + "version": "0.15.0", "description": "An API to manage our community data", "author": "EddieHubCommunity", "license": "MIT", @@ -101,4 +101,4 @@ "prettier --write" ] } -} +} \ No newline at end of file