From 71e3d213e048d62c442c21722f47355832167c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8rdahl?= Date: Fri, 31 Dec 2021 14:53:33 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50504b..844b9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Change Log -All notable changes to the "sveltekit-snippets" extension will be documented in this file. +All notable changes to the "sveltekit-snippets" extension will be documented here. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] +## [1.1.0] - 2021-12-31 +### Added +- TypeScript Endpoints via `kitTsEndpoint` + +### Changed +- Removed `{ params }` from Endpoints boilerplate + +### Fixed +- Adds `lang=ts` to normal script tag when using `kitModuleTs` + ## [1.0.0] - 2021-11-23 ### Initial Features | Snippet | Output |