From 9b5a0d4b7a6dc09d92bbe8067bb57ffebcc0055f Mon Sep 17 00:00:00 2001 From: Mirco Veltri Date: Tue, 4 Oct 2022 11:21:03 +0200 Subject: [PATCH] chore: ready for v0.10.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 4 ++-- cmd/version.go | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd66a0a7..be1320a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # CHANGELOG +## [v0.10.1](https://github.com/sveltinio/sveltin/releases/tag/v0.10.1) (2022-10-04) + +[Full Changelog](https://github.com/sveltinio/sveltin/compare/v0.10.0...v0.10.1) + +### Fixed Bugs + +- set prerender to false for api index and slug files + +### Chores + +- sveltekit updated to next.508 +- remove unused file (config/templates.go) +- go deps updated +- npm deps updated + +### Pull Requests + +- Merge pull request [#122](https://github.com/sveltinio/sveltin/issues/122) from deps-update +- Merge pull request [#123](https://github.com/sveltinio/sveltin/issues/123) from fix-api-prerender +- Merge pull request [#124](https://github.com/sveltinio/sveltin/issues/124) from kit-508 + ## [v0.10.0](https://github.com/sveltinio/sveltin/releases/tag/v0.10.0) (2022-09-16) [Full Changelog](https://github.com/sveltinio/sveltin/compare/v0.9.1...v0.10.0) diff --git a/README.md b/README.md index b6fa9086..41bae319 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The Smartest Way to Create SvelteKit powered static websites.   - sveltin cli version + sveltin cli version   @@ -50,7 +50,7 @@ Sveltin is a CLI (Command Line Interface) created to boost the developers produc ## :warning: Project Status -> Sveltin is under active development and some changes are expected before we hit version 1.0. At the same time, we will do our best to follow the progress toward SvelteKit v1.0 (Latest SvelteKit tested version is **1.0.0-next-483**). If you are interesting on it please, give it a try and let it evolves, see the **Contributing** section. If you get stuck, reach out for help in the [discussions tab](https://github.com/sveltinio/sveltin/discussions) or open an [issue](https://github.com/sveltinio/sveltin/issues). +> Sveltin is under active development and some changes are expected before we hit version 1.0. At the same time, we will do our best to follow the progress toward SvelteKit v1.0 (Latest SvelteKit tested version is **1.0.0-next-508**). If you are interesting on it please, give it a try and let it evolves, see the **Contributing** section. If you get stuck, reach out for help in the [discussions tab](https://github.com/sveltinio/sveltin/discussions) or open an [issue](https://github.com/sveltinio/sveltin/issues). ## :mega: Overview diff --git a/cmd/version.go b/cmd/version.go index a55339a9..a67fadb1 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -8,7 +8,7 @@ import ( const ( // CliVersion is the current sveltin cli version number. - CliVersion string = "0.10.0" + CliVersion string = "0.10.1" ) func init() {