From 1842710f7efa05747cd7932d094a82beff41b108 Mon Sep 17 00:00:00 2001 From: Matthew W Date: Fri, 18 Oct 2024 16:59:40 +1100 Subject: [PATCH] docs: bump version to 0.14.0. add latest changes to changelog --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a6485..a1b5e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.14.0 - 2024-10-18 + ### Fixed * Fixed default state type when creating sessions and channels with `createSession` and `createChannel` being set to `unknown` instead of `DefaultSessionState` and `DefaultChannelState`, respectively. diff --git a/package.json b/package.json index 0195f15..9c45e40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "better-sse", "description": "Dead simple, dependency-less, spec-compliant server-sent events implementation for Node, written in TypeScript.", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "author": "Matthew W. ", "repository": "github:MatthewWid/better-sse",