From 3ce4e3cc92645b6d27e0e510f8744947558d1495 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Sat, 19 Aug 2023 18:25:58 -0700 Subject: [PATCH] Add Changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebe913..9bafde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.0] - 2023-08-19 + +### Changed + +- Must now provide the `socket` when rendering in a LiveView [PR](https://github.com/woutdp/live_svelte/pull/74) + +### Fixed + +- Fixed some TypeScript definitions + ## [0.11.0] - 2023-08-08 This update involves some breaking changes laid out in [PR](https://github.com/woutdp/live_svelte/pull/65).