Skip to content

Commit

Permalink
chore: ready for v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Oct 4, 2022
1 parent 70eab9b commit 9b5a0d4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Smartest Way to Create SvelteKit powered static websites.
</a>
&nbsp;
<a href="https://github.com/sveltinio/sveltin/releases" target="_blank">
<img src="https://img.shields.io/badge/version-v0.10.0-success?style=flat-square&logo=none" alt="sveltin cli version" />
<img src="https://img.shields.io/badge/version-v0.10.1-success?style=flat-square&logo=none" alt="sveltin cli version" />
</a>
&nbsp;
<a href="https://github.com/sveltinio/sveltin/actions/workflows/release.yml" target="_blank">
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9b5a0d4

Please sign in to comment.