From 5d073c07e0c890cf02f8609dba4393fc22a774c0 Mon Sep 17 00:00:00 2001 From: Hiemanshu Sharma Date: Tue, 6 Dec 2022 17:05:27 +0530 Subject: [PATCH] chore(release): 6.0.0-rc.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e008e91..0c91c28cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [6.0.0-rc.1](https://github.com/politics-rewired/spoke/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2022-12-06) + + +### Features + +* **assemble-numbers:** add counter to sendMessage ([#1518](https://github.com/politics-rewired/spoke/issues/1518)) ([73aea18](https://github.com/politics-rewired/spoke/commit/73aea180c00b28bb181be3b68c91d2dc6b8a8fa7)) + + +### Bug Fixes + +* **autosending:** change how initials are picked ([#1542](https://github.com/politics-rewired/spoke/issues/1542)) ([60922fc](https://github.com/politics-rewired/spoke/commit/60922fcf711313eb25d46060f03514b0a454cd4d)) + ## [6.0.0-rc.0](https://github.com/politics-rewired/spoke/compare/v5.1.0...v6.0.0-rc.0) (2022-11-03) diff --git a/package.json b/package.json index e379b0f92..ca7eeaf5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spoke", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "description": "Spoke", "main": "src/server", "engines": {