Skip to content

Commit 6f30c47

Browse files
14.0.1 >> 14.0.2
1 parent a023ab2 commit 6f30c47

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Spoke was created by Saikat Chakrabarti and Sheena Pakanati.
88

99
On November 19th, 2023, the repo Spoke was transfered from MoveOn to StateVoices.
1010

11-
The latest version is [14.0.1](https://github.com/StateVoicesNational/Spoke/tree/v14.0.1) (see [release notes](https://github.com/StateVoicesNational/Spoke/blob/main/docs/RELEASE_NOTES.md#v1401))
11+
The latest version is [14.0.2](https://github.com/StateVoicesNational/Spoke/tree/v14.0.2) (see [release notes](https://github.com/StateVoicesNational/Spoke/blob/main/docs/RELEASE_NOTES.md#v1402))
1212

1313

1414
## Setting up Spoke
@@ -25,7 +25,7 @@ Want to know more?
2525
### Quick Start with Heroku
2626
This version of Spoke suitable for testing and, potentially, for small campaigns. This won't cost any money and will not support production(aka large-scale) usage. It's a great way to practice deploying Spoke or see it in action.
2727

28-
<a href="https://heroku.com/deploy?template=https://github.com/StateVoicesNational/Spoke/tree/v14.0.1">
28+
<a href="https://heroku.com/deploy?template=https://github.com/StateVoicesNational/Spoke/tree/v14.0.2">
2929

3030
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
3131
</a>

docs/RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## v14.0.2
4+
_August 2024:_ Version 14.0.2
5+
6+
14.0.2 is a patch release.
7+
8+
### Bug Fixes
9+
[#2410](https://github.com/StateVoicesNational/Spoke/pull/2410) - Data exports bug
10+
[#2424](https://github.com/StateVoicesNational/Spoke/pull/2424) - Reset Password Bug
11+
[#2425](https://github.com/StateVoicesNational/Spoke/pull/2425) - Message Review Reassignment Bug
12+
13+
### Appreciations
14+
[Maureen Zitouni](https://github.com/mau11), [Ruby Engelhart](https://github.com/engelhartrueben)
15+
316
## v14.0.1
417
_July 2024:_ Version 14.0.1
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spoke",
3-
"version": "14.0.1",
3+
"version": "14.0.2",
44
"description": "Spoke",
55
"main": "src/server",
66
"engines": {

0 commit comments

Comments
 (0)