From 3d1842768ed9ff3753634478ee9c04f4deeb3e0b Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Sun, 10 Sep 2023 20:29:57 -0700 Subject: [PATCH] chore(version): v0.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cbafa3..bfe01d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.1.1](https://github.com/xmlking/svelte-starter-kit/compare/v0.1.0..v0.1.1) - 2023-09-11 +#### Bug Fixes +- testing deploy [skip ci] - ([7fd9132](https://github.com/xmlking/svelte-starter-kit/commit/7fd91327f98282086a5650774c08f1235965e8e8)) - [@xmlking](https://github.com/xmlking) + +- - - + ## [v0.1.0](https://github.com/xmlking/svelte-starter-kit/compare/e213fc8b9f95bdeecdd2275e838d78793fd62313..v0.1.0) - 2023-09-11 #### Bug Fixes - **(playground)** desable prerender crawl - ([83baa91](https://github.com/xmlking/svelte-starter-kit/commit/83baa91fe8fe8bfed51112655130120385335fcf)) - [@xmlking](https://github.com/xmlking) diff --git a/package.json b/package.json index 8d6587ea..d3943cfe 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,5 @@ "node": ">=18", "pnpm": ">=8" }, - "version": "0.1.0" + "version": "0.1.1" }